farrosalferro24 commited on
Commit
0f0eed6
Β·
verified Β·
1 Parent(s): d4065e5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu113
2
- torch
3
- transformers==4.41.0
 
4
  Pillow
5
  gradio
6
  spaces
7
- multiprocess
8
- sentencepiece
9
- matplotlib
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.3.0
3
+ transformers==4.40.2
4
+ numpy==1.26.4
5
  Pillow
6
  gradio
7
  spaces
8
+ multiprocess==0.70.16
9
+ sentencepiece==0.2.0
10
+ matplotlib==3.9.0