Ari commited on
Commit
9c13c38
·
verified ·
1 Parent(s): 2e75c77

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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