MLX
Safetensors
llama
chenhunghan commited on
Commit
0ceb4ac
1 Parent(s): 2171c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -2,4 +2,14 @@
2
  license: other
3
  license_name: taide-l-models-community-license-agreement
4
  license_link: https://drive.google.com/file/d/1FcUZjbUH6jr4xoCyAronN_slLgcdhEUd/view
 
5
  ---
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: taide-l-models-community-license-agreement
4
  license_link: https://drive.google.com/file/d/1FcUZjbUH6jr4xoCyAronN_slLgcdhEUd/view
5
+ library_name: mlx
6
  ---
7
+ # Prompting
8
+ ```python
9
+ pip install -U mlx-lm
10
+ python -m mlx_lm.generate --model chenhunghan/TAIDE-LX-7B-Chat-mlx-4bit --prompt 'TAIDE可以吃嗎?'
11
+ ```
12
+ # Convert
13
+ ```
14
+ python -m mlx_lm.convert --hf-path taide/TAIDE-LX-7B-Chat -q
15
+ ```