AGCobra commited on
Commit
34781fe
·
verified ·
1 Parent(s): b3e81fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  base_model: Nexusflow/Athene-V2-Chat
14
  ---
15
 
16
- # AGCobra/Athene-V2-Chat-Q8-mlx
17
 
18
  The Model [mlx-community/Athene-V2-Chat-8bit](https://huggingface.co/mlx-community/Athene-V2-Chat-8bit) was converted to MLX format from [Nexusflow/Athene-V2-Chat](https://huggingface.co/Nexusflow/Athene-V2-Chat) using mlx-lm version **0.19.2**.
19
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("AGCobra/Athene-V2-Chat-Q8-mlx")
30
 
31
  prompt="hello"
32
 
 
13
  base_model: Nexusflow/Athene-V2-Chat
14
  ---
15
 
16
+ # Athene-V2-Chat-8bit
17
 
18
  The Model [mlx-community/Athene-V2-Chat-8bit](https://huggingface.co/mlx-community/Athene-V2-Chat-8bit) was converted to MLX format from [Nexusflow/Athene-V2-Chat](https://huggingface.co/Nexusflow/Athene-V2-Chat) using mlx-lm version **0.19.2**.
19
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("mlx-community/Athene-V2-Chat-8bit")
30
 
31
  prompt="hello"
32