lokinfey commited on
Commit
1820cbe
·
verified ·
1 Parent(s): 0b895f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ python -m mlx_lm.convert --hf-path {Your Phi-4-MLX Path} -q
32
 
33
  from mlx_lm import load, generate
34
 
35
- model, tokenizer = load("Your Phi-4-mlx Path")
36
 
37
  prompt = tokenizer.apply_chat_template(
38
  [{"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?"}],
 
32
 
33
  from mlx_lm import load, generate
34
 
35
+ model, tokenizer = load("Your Phi-4-mlx-int4 Path")
36
 
37
  prompt = tokenizer.apply_chat_template(
38
  [{"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?"}],