lokinfey commited on
Commit
7cb6485
·
verified ·
1 Parent(s): 01919f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Phi-4-mlx-int4 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?"}],
 
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?"}],