Mattral commited on
Commit
df39778
·
verified ·
1 Parent(s): 0f9e4d4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ transformers
2
+ gradio
3
+ torch==2.0.1 # Ensure it's the CPU version
4
+ torchvision==0.15.2
5
+ torchaudio==2.0.2
6
+ numpy==1.26.4
7
+ accelerate