Update README.md
Browse files
README.md
CHANGED
@@ -113,9 +113,9 @@ model-index:
|
|
113 |
name: Open LLM Leaderboard
|
114 |
---
|
115 |
|
116 |
-
#
|
117 |
|
118 |
-
The Model [
|
119 |
|
120 |
## Use with mlx
|
121 |
|
@@ -126,7 +126,7 @@ pip install mlx-lm
|
|
126 |
```python
|
127 |
from mlx_lm import load, generate
|
128 |
|
129 |
-
model, tokenizer = load("
|
130 |
|
131 |
prompt="hello"
|
132 |
|
|
|
113 |
name: Open LLM Leaderboard
|
114 |
---
|
115 |
|
116 |
+
# mlx-community/Viper-Coder-v1.1-4bit
|
117 |
|
118 |
+
The Model [mlx-community/Viper-Coder-v1.1-4bit](https://huggingface.co/mlx-community/Viper-Coder-v1.1-4bit) was converted to MLX format from [prithivMLmods/Viper-Coder-v1.1](https://huggingface.co/prithivMLmods/Viper-Coder-v1.1) using mlx-lm version **0.20.5**.
|
119 |
|
120 |
## Use with mlx
|
121 |
|
|
|
126 |
```python
|
127 |
from mlx_lm import load, generate
|
128 |
|
129 |
+
model, tokenizer = load("mlx-community/Viper-Coder-v1.1-4bit")
|
130 |
|
131 |
prompt="hello"
|
132 |
|