Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,9 @@ language:
|
|
| 14 |
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
-
#
|
| 18 |
|
| 19 |
-
The Model [
|
| 20 |
|
| 21 |
## Use with mlx
|
| 22 |
|
|
@@ -27,7 +27,7 @@ pip install mlx-lm
|
|
| 27 |
```python
|
| 28 |
from mlx_lm import load, generate
|
| 29 |
|
| 30 |
-
model, tokenizer = load("
|
| 31 |
|
| 32 |
prompt="hello"
|
| 33 |
|
|
|
|
| 14 |
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# mlx-community/XortronCriminalComputingConfig-mlx-8Bit
|
| 18 |
|
| 19 |
+
The Model [mlx-community/XortronCriminalComputingConfig-mlx-8Bit](https://huggingface.co/mlx-community/XortronCriminalComputingConfig-mlx-8Bit) was converted to MLX format from [darkc0de/XortronCriminalComputingConfig](https://huggingface.co/darkc0de/XortronCriminalComputingConfig) using mlx-lm version **0.22.3**.
|
| 20 |
|
| 21 |
## Use with mlx
|
| 22 |
|
|
|
|
| 27 |
```python
|
| 28 |
from mlx_lm import load, generate
|
| 29 |
|
| 30 |
+
model, tokenizer = load("mlx-community/XortronCriminalComputingConfig-mlx-8Bit")
|
| 31 |
|
| 32 |
prompt="hello"
|
| 33 |
|