kimhyunwoo commited on
Commit
9ec0a3a
·
verified ·
1 Parent(s): 662b714

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
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