gg000 commited on
Commit
2d1ccdd
·
verified ·
1 Parent(s): c7ab741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -23
README.md CHANGED
@@ -7,29 +7,8 @@ tags:
7
  ---
8
 
9
  # gg000/Cydonia-R1-24B-v4.1-MLX-8bit
 
10
 
11
  This model [gg000/Cydonia-R1-24B-v4.1-MLX-8bit](https://huggingface.co/gg000/Cydonia-R1-24B-v4.1-MLX-8bit) was
12
  converted to MLX format from [TheDrummer/Cydonia-R1-24B-v4.1](https://huggingface.co/TheDrummer/Cydonia-R1-24B-v4.1)
13
- using mlx-lm version **0.28.2**.
14
-
15
- ## Use with mlx
16
-
17
- ```bash
18
- pip install mlx-lm
19
- ```
20
-
21
- ```python
22
- from mlx_lm import load, generate
23
-
24
- model, tokenizer = load("gg000/Cydonia-R1-24B-v4.1-MLX-8bit")
25
-
26
- prompt = "hello"
27
-
28
- if tokenizer.chat_template is not None:
29
- messages = [{"role": "user", "content": prompt}]
30
- prompt = tokenizer.apply_chat_template(
31
- messages, add_generation_prompt=True
32
- )
33
-
34
- response = generate(model, tokenizer, prompt=prompt, verbose=True)
35
- ```
 
7
  ---
8
 
9
  # gg000/Cydonia-R1-24B-v4.1-MLX-8bit
10
+ 9 bits per weight.
11
 
12
  This model [gg000/Cydonia-R1-24B-v4.1-MLX-8bit](https://huggingface.co/gg000/Cydonia-R1-24B-v4.1-MLX-8bit) was
13
  converted to MLX format from [TheDrummer/Cydonia-R1-24B-v4.1](https://huggingface.co/TheDrummer/Cydonia-R1-24B-v4.1)
14
+ using mlx-lm version **0.28.2**.