omkar-surve126
commited on
Commit
•
8659e9c
1
Parent(s):
7d135e2
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
pip==24.2
|
2 |
transformers==4.45.0
|
3 |
streamlit==1.30.0
|
4 |
-
torch
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
datasets
|
|
|
|
|
1 |
transformers==4.45.0
|
2 |
streamlit==1.30.0
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
4 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
5 |
+
tiktoken
|
6 |
+
verovio
|
7 |
+
accelerate==0.28.0
|
8 |
+
Pillow==10.3.0
|
|