mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
6 lines
144 B
Markdown
6 lines
144 B
Markdown
```bash
|
|
pip install git+https://github.com/huggingface/transformers.git
|
|
pip install "accelerate>=0.28.0"
|
|
pip install "bitsandbytes>=0.43.0"
|
|
```
|