Felladrin commited on
Commit
f1a650c
·
verified ·
1 Parent(s): a13f457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,9 +7,9 @@ tags:
7
  base_model: SicariusSicariiStuff/Impish_LLAMA_3B
8
  ---
9
 
10
- # Felladrin/Impish_LLAMA_3B-Q6-mlx
11
 
12
- The Model [Felladrin/Impish_LLAMA_3B-Q6-mlx](https://huggingface.co/Felladrin/Impish_LLAMA_3B-Q6-mlx) was converted to MLX format from [SicariusSicariiStuff/Impish_LLAMA_3B](https://huggingface.co/SicariusSicariiStuff/Impish_LLAMA_3B) using mlx-lm version **0.20.5**.
13
 
14
  ## Use with mlx
15
 
@@ -20,7 +20,7 @@ pip install mlx-lm
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
- model, tokenizer = load("Felladrin/Impish_LLAMA_3B-Q6-mlx")
24
 
25
  prompt="hello"
26
 
 
7
  base_model: SicariusSicariiStuff/Impish_LLAMA_3B
8
  ---
9
 
10
+ # mlx-community/Impish_LLAMA_3B-6bit
11
 
12
+ The Model [mlx-community/Impish_LLAMA_3B-6bit](https://huggingface.co/mlx-community/Impish_LLAMA_3B-6bit) was converted to MLX format from [SicariusSicariiStuff/Impish_LLAMA_3B](https://huggingface.co/SicariusSicariiStuff/Impish_LLAMA_3B) using mlx-lm version **0.20.5**.
13
 
14
  ## Use with mlx
15
 
 
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
+ model, tokenizer = load("mlx-community/Impish_LLAMA_3B-6bit")
24
 
25
  prompt="hello"
26