VarunSivamani
commited on
Commit
·
be43a05
1
Parent(s):
b3c4079
added requirements file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
huggingface_hub
|
6 |
+
sentencepiece
|
7 |
+
tokenizers
|
8 |
+
lightning
|
9 |
+
fabric
|
10 |
+
jsonargparse
|