Felladrin commited on
Commit
d588d41
·
verified ·
1 Parent(s): 42f0865

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -113,9 +113,9 @@ model-index:
113
  name: Open LLM Leaderboard
114
  ---
115
 
116
- # Felladrin/Viper-Coder-v1.1-Q4-mlx
117
 
118
- The Model [Felladrin/Viper-Coder-v1.1-Q4-mlx](https://huggingface.co/Felladrin/Viper-Coder-v1.1-Q4-mlx) 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,7 +126,7 @@ pip install mlx-lm
126
  ```python
127
  from mlx_lm import load, generate
128
 
129
- model, tokenizer = load("Felladrin/Viper-Coder-v1.1-Q4-mlx")
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