umar141 commited on
Commit
947ed52
·
verified ·
1 Parent(s): 25bb766

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,12 +33,12 @@ pip install mlx-lm
33
  ## Usage
34
 
35
  ```bash
 
 
36
  git clone https://huggingface.co/umar141/Baro-mlx-mac-1.0
37
  cd Baro-mlx-mac-1.0
38
-
39
  mlx_lm.generate \
40
  --model gemma-1b-mlx \
41
  --adapter-path . \
42
- --max-tokens 220 \
43
  --prompt "I feel empty and tired lately."
44
  ```
 
33
  ## Usage
34
 
35
  ```bash
36
+ pip install mlx-lm huggingface_hub
37
+ export HF_TOKEN=hf_xxxxx
38
  git clone https://huggingface.co/umar141/Baro-mlx-mac-1.0
39
  cd Baro-mlx-mac-1.0
 
40
  mlx_lm.generate \
41
  --model gemma-1b-mlx \
42
  --adapter-path . \
 
43
  --prompt "I feel empty and tired lately."
44
  ```