izhan001 commited on
Commit
0dfe733
·
verified ·
1 Parent(s): c3371ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -5,3 +5,5 @@ python-pptx==0.6.21
5
  python-docx==0.8.11
6
  torch==2.0.1
7
  requests==2.28.1
 
 
 
5
  python-docx==0.8.11
6
  torch==2.0.1
7
  requests==2.28.1
8
+ sentencepiece==0.1.96 # Add sentencepiece for tokenizer compatibility
9
+ numpy==1.21.6 # Downgrade to a compatible version of NumPy