Andreas Varvarigos commited on
Commit
b86a807
·
verified ·
1 Parent(s): 26614d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -4,7 +4,6 @@ bibtexparser==2.0.0b8
4
  networkx==3.3
5
  colorama==0.4.6
6
  gradio==5.9.1
7
- torch==2.5.1
8
  peft==0.14.0
9
  langdetect==1.0.9
10
  bitsandbytes==0.45.3
@@ -17,3 +16,5 @@ openai==1.63.0
17
  scikit-learn==1.6.1
18
  pandas==2.2.3
19
  datasets==3.3.2
 
 
 
4
  networkx==3.3
5
  colorama==0.4.6
6
  gradio==5.9.1
 
7
  peft==0.14.0
8
  langdetect==1.0.9
9
  bitsandbytes==0.45.3
 
16
  scikit-learn==1.6.1
17
  pandas==2.2.3
18
  datasets==3.3.2
19
+ --extra-index-url https://download.pytorch.org/whl/cu113
20
+ torch