Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- mlx
|
| 5 |
---
|
| 6 |
|
| 7 |
-
#
|
| 8 |
This model was converted to MLX format from [`Vezora/Mistral-22B-v0.2`]() using mlx-lm version **0.9.0**.
|
| 9 |
Refer to the [original model card](https://huggingface.co/Vezora/Mistral-22B-v0.2) for more details on the model.
|
| 10 |
## Use with mlx
|
|
@@ -16,6 +16,6 @@ pip install mlx-lm
|
|
| 16 |
```python
|
| 17 |
from mlx_lm import load, generate
|
| 18 |
|
| 19 |
-
model, tokenizer = load("
|
| 20 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
| 21 |
```
|
|
|
|
| 4 |
- mlx
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# mlx-community/mistral-22B-v0.2-8bit-mlx
|
| 8 |
This model was converted to MLX format from [`Vezora/Mistral-22B-v0.2`]() using mlx-lm version **0.9.0**.
|
| 9 |
Refer to the [original model card](https://huggingface.co/Vezora/Mistral-22B-v0.2) for more details on the model.
|
| 10 |
## Use with mlx
|
|
|
|
| 16 |
```python
|
| 17 |
from mlx_lm import load, generate
|
| 18 |
|
| 19 |
+
model, tokenizer = load("mlx-community/mistral-22B-v0.2-8bit-mlx")
|
| 20 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
| 21 |
```
|