Spaces:
Sleeping
Sleeping
Austin Stockbridge
commited on
Create requirements.txt
Browse files- 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
|