Spaces:
Runtime error
Runtime error
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -14,3 +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)
|
|
|
|
|
|
|
|
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
|