-
- Downloads
update requirements for llama
finetune_llama.py
0 → 100644
protobuf==3.20 | protobuf==3.20 | ||
accelerate>=0.17.0 | accelerate>=0.17.0 | ||
bitsandbytes>=0.37.0 | bitsandbytes>=0.37.0 | ||
fire | |||
torch>=1.13.1 | torch>=1.13.1 | ||
transformers>=4.26.1 | #transformers>=4.26.1 | ||
fire | |||
# for APIs | |||
ai21>=1.0.2 | ai21>=1.0.2 | ||
cohere>=3.10.0 | cohere>=3.10.0 | ||
openai>=0.27.2 | openai>=0.27.2 | ||
backoff>=2.2.1 | backoff>=2.2.1 | ||
# for llama | |||
datasets | |||
loralib | |||
sentencepiece | |||
git+https://github.com/huggingface/transformers.git | |||
git+https://github.com/huggingface/peft.git |
Please register or sign in to comment