Ari commited on
Commit
2d5a38e
·
verified ·
1 Parent(s): 17fbb60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -14,6 +14,6 @@ statsmodels==0.14.0
14
  # Required for LLaMA
15
  transformers==4.33.0 # Hugging Face Transformers for LLaMA
16
  torch==2.0.1 # PyTorch for LLaMA (adjust version if needed based on your hardware)
17
-
18
  # Required for LLaMA tokenization
19
  sentencepiece==0.1.99 # SentencePiece for tokenization
 
14
  # Required for LLaMA
15
  transformers==4.33.0 # Hugging Face Transformers for LLaMA
16
  torch==2.0.1 # PyTorch for LLaMA (adjust version if needed based on your hardware)
17
+ accelerate==0.21.0
18
  # Required for LLaMA tokenization
19
  sentencepiece==0.1.99 # SentencePiece for tokenization