add missing dependency to train with LlamaTokenizer
This commit is contained in:
parent
62e54ac1c7
commit
101d314bd9
|
|
@ -2,6 +2,7 @@ torch
|
||||||
accelerate
|
accelerate
|
||||||
bitsandbytes
|
bitsandbytes
|
||||||
datasets
|
datasets
|
||||||
|
sentencepiece
|
||||||
git+https://github.com/huggingface/transformers.git
|
git+https://github.com/huggingface/transformers.git
|
||||||
git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit
|
git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit
|
||||||
git+https://github.com/sterlind/peft.git
|
git+https://github.com/sterlind/peft.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue