Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ python -m mlx_lm.convert --hf-path {Your DeepSeek-R1-Distill-Qwen-14B Path} -q
|
|
31 |
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
-
model, tokenizer = load("Your
|
35 |
|
36 |
prompt = tokenizer.apply_chat_template(
|
37 |
[{"role": "user", "content": "I have $20,000 in my savings account, where I receive a 4% profit per year and payments twice a year. Can you please tell me how long it will take for me to become a millionaire? Also, can you please explain the math step by step as if you were explaining it to an uneducated person?"}],
|
|
|
31 |
|
32 |
from mlx_lm import load, generate
|
33 |
|
34 |
+
model, tokenizer = load("Your DeepSeek-R1-Distill-Qwen-14B-INT4-MLX Path")
|
35 |
|
36 |
prompt = tokenizer.apply_chat_template(
|
37 |
[{"role": "user", "content": "I have $20,000 in my savings account, where I receive a 4% profit per year and payments twice a year. Can you please tell me how long it will take for me to become a millionaire? Also, can you please explain the math step by step as if you were explaining it to an uneducated person?"}],
|