license: other | |
license_name: taide-l-models-community-license-agreement | |
license_link: https://drive.google.com/file/d/1FcUZjbUH6jr4xoCyAronN_slLgcdhEUd/view | |
library_name: mlx | |
# Prompting | |
```python | |
pip install -U mlx-lm | |
python -m mlx_lm.generate --model chenhunghan/TAIDE-LX-7B-Chat-mlx-4bit --prompt 'TAIDE可以吃嗎?' | |
``` | |
# Convert | |
``` | |
python -m mlx_lm.convert --hf-path taide/TAIDE-LX-7B-Chat -q | |
``` |