Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.28.0 # Or a specific version compatible with your model
|
2 |
+
torch>=1.9.0 # Or tensorflow if your model is TF
|
3 |
+
gradio>=3.0.0
|
4 |
+
sentencepiece # Often needed by tokenizers
|
5 |
+
accelerate # Good for device placement
|