Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.38.1 # Specify a minimum version that supports Gemma and Flash Attention 2
|
2 |
+
gradio>=4.0.0 # Use a recent version of Gradio for gr.ChatInterface
|
3 |
+
torch>=2.1.0 # Use a recent version of PyTorch (2.1+ is recommended)
|
4 |
+
accelerate>=0.25.0 # For efficient model loading and device management
|
5 |
+
safetensors # For loading .safetensors model files
|