Files
alpaca_convert/requirements/requirements.txt
T
wassname 3410c9cad0 tidy
2023-04-22 07:50:21 +00:00

14 lines
433 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 .