mirror of
https://github.com/wassname/alpaca_convert.git
synced 2026-06-27 16:14:08 +08:00
17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
# torch, I prefer to install from conda
|
|
accelerate
|
|
bitsandbytes
|
|
datasets
|
|
sentencepiece
|
|
safetensors
|
|
triton
|
|
colorama
|
|
# to get 4bit working you need some specific versions, see https://github.com/johnsmith0031/alpaca_lora_4bit/blob/main/requirements.txt
|
|
git+https://github.com/huggingface/transformers.git@656e869
|
|
# git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit
|
|
git+https://github.com/wassname/peft.git
|
|
-e .
|
|
# misc
|
|
gitpython
|
|
black
|