AGCobra commited on
Commit
ad514ed
·
verified ·
1 Parent(s): db49fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,9 +17,9 @@ pipeline_tag: text-generation
17
  library_name: transformers
18
  ---
19
 
20
- # AGCobra/EXAONE-Deep-32B-mlx-8Bit
21
 
22
- The Model [AGCobra/EXAONE-Deep-32B-mlx-8Bit](https://huggingface.co/AGCobra/EXAONE-Deep-32B-mlx-8Bit) was converted to MLX format from [LGAI-EXAONE/EXAONE-Deep-32B](https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B) using mlx-lm version **0.22.1**.
23
 
24
  ## Use with mlx
25
 
@@ -30,7 +30,7 @@ pip install mlx-lm
30
  ```python
31
  from mlx_lm import load, generate
32
 
33
- model, tokenizer = load("AGCobra/EXAONE-Deep-32B-mlx-8Bit")
34
 
35
  prompt="hello"
36
 
 
17
  library_name: transformers
18
  ---
19
 
20
+ # mlx-community/EXAONE-Deep-32B-mlx-8Bit
21
 
22
+ The Model [mlx-community/EXAONE-Deep-32B-mlx-8Bit](https://huggingface.co/mlx-community/EXAONE-Deep-32B-mlx-8Bit) was converted to MLX format from [LGAI-EXAONE/EXAONE-Deep-32B](https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B) using mlx-lm version **0.22.1**.
23
 
24
  ## Use with mlx
25
 
 
30
  ```python
31
  from mlx_lm import load, generate
32
 
33
+ model, tokenizer = load("mlx-community/EXAONE-Deep-32B-mlx-8Bit")
34
 
35
  prompt="hello"
36