jannisborn
commited on
Commit
•
449865f
1
Parent(s):
00620f6
update
Browse files- pre-requirements.txt +3 -2
- requirements.txt +3 -0
pre-requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
pip==20.2.4
|
2 |
-
|
3 |
-
|
|
|
|
1 |
pip==20.2.4
|
2 |
+
torch==1.12.1
|
3 |
+
cmake
|
4 |
+
wheel
|
requirements.txt
CHANGED
@@ -22,6 +22,9 @@ networkx==3.0
|
|
22 |
pandas<2.0.0
|
23 |
pydantic<2.0.0
|
24 |
tensorflow==2.2.0
|
|
|
|
|
|
|
25 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
26 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
27 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
22 |
pandas<2.0.0
|
23 |
pydantic<2.0.0
|
24 |
tensorflow==2.2.0
|
25 |
+
accelerate==0.16.0
|
26 |
+
lightning-utilities==0.9.0
|
27 |
+
pytorch-lightning==1.7.7
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
29 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
30 |
moses @ git+https://github.com/GT4SD/[email protected]
|