chrisjcc commited on
Commit
95565a2
·
verified ·
1 Parent(s): f913d01

Add required libraries

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ openai==1.93.0
2
+ gradio==4.44.0
3
+ torch>=2.6 --index-url https://download.pytorch.org/whl/cu128
4
+ transformers==4.44.0
5
+ accelerate==1.8.1