TM commited on
Commit
f489459
1 Parent(s): cf50bb4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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