WSLINMSAI commited on
Commit
eb8b8e1
·
verified ·
1 Parent(s): 55b0acd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -6,4 +6,7 @@ huggingface_hub==0.25.2
6
 
7
  # For using a transformer model
8
  transformers==4.31.0
9
- torch==2.0.1
 
 
 
 
6
 
7
  # For using a transformer model
8
  transformers==4.31.0
9
+ torch==2.0.1
10
+
11
+ # Numpy
12
+ numpy==1.23.5