Commit
·
358cd9e
1
Parent(s):
e0fc9a7
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.13.0
|
2 |
+
transformers>=4.24.0
|
3 |
+
optimum>=1.5.0
|
4 |
+
matplotlib
|