mitmul commited on
Commit
076d4c1
·
verified ·
1 Parent(s): 6bab8d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ pip install "git+https://github.com/mitmul/mlx-examples.git@mitmul/add-plamo2-1b
26
  ```bash
27
  python -m mlx_lm.generate \
28
  --model mlx-community/plamo-2-1b \
29
- --prompt '美味しいカレーの作り方 のレシピを紹介します。' \
30
  --max-tokens 1024 \
31
  --extra-eos-token '<|plamo:bos|>' \
32
  --ignore-chat-template \
 
26
  ```bash
27
  python -m mlx_lm.generate \
28
  --model mlx-community/plamo-2-1b \
29
+ --prompt '美味しいカレーの作り方のレシピを紹介します。' \
30
  --max-tokens 1024 \
31
  --extra-eos-token '<|plamo:bos|>' \
32
  --ignore-chat-template \