Spaces:
Runtime error
Runtime error
Ari
commited on
Update requirements.txt
Browse files- 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
|