Spaces:
Sleeping
Sleeping
TM
commited on
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
tiktoken
|
| 4 |
+
verovio
|
| 5 |
+
accelerate==0.28.0
|
| 6 |
+
transformers==4.45.0
|
| 7 |
+
streamlit==1.30.0
|