Spaces:
Runtime error
Runtime error
SyrWin
commited on
Commit
·
277498e
1
Parent(s):
f47b963
update requirement versions
Browse files- requirements.txt +12 -13
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
rdkit
|
2 |
-
ogb
|
3 |
-
torch
|
4 |
-
pytorch_lightning
|
5 |
-
torch_geometric
|
6 |
-
transformers
|
7 |
-
peft
|
8 |
-
nltk
|
9 |
-
rouge_score
|
10 |
-
salesforce-lavis
|
11 |
-
textdistance
|
12 |
gradio
|
13 |
-
|
14 |
-
torch_ema
|
|
|
1 |
+
rdkit==2023.3.3
|
2 |
+
ogb==1.3.6
|
3 |
+
torch==2.0
|
4 |
+
pytorch_lightning==2.0.0
|
5 |
+
torch_geometric==2.3.0
|
6 |
+
transformers==4.33.3
|
7 |
+
peft==0.3.0
|
8 |
+
nltk==3.8.1
|
9 |
+
rouge_score==0.1.2
|
10 |
+
salesforce-lavis==1.0.0
|
11 |
+
textdistance==4.6.0
|
12 |
gradio
|
13 |
+
torch_ema==0.3
|
|