padmanabhbosamia
commited on
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
pytorch-lightning>=2.0.0
|
4 |
+
gradio>=4.0.0
|
5 |
+
wandb>=0.15.0
|
6 |
+
datasets>=2.12.0
|
7 |
+
pyyaml>=6.0
|
8 |
+
numpy>=1.24.0
|
9 |
+
tqdm>=4.65.0
|
10 |
+
accelerate>=0.20.0
|
11 |
+
sentencepiece>=0.1.99
|
12 |
+
protobuf>=3.20.0
|
13 |
+
huggingface-hub>=0.15.0
|