Austin Stockbridge commited on
Commit
3e65aee
·
verified ·
1 Parent(s): ac83605

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ transformers==4.34.0 # Adjust the version to the latest compatible one
2
+ torch>=2.0.0 # Ensure it's compatible with your hardware (GPU/CPU)
3
+ safetensors==0.3.1 # For handling safetensors files
4
+ gradio==3.41.2 # For the GUI