Canstralian commited on
Commit
f543eb9
·
verified ·
1 Parent(s): 0a14fd6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio==5.12.0
2
- transformers==4.27.0
3
- datasets==2.6.1
4
- torch==1.13.1
 
 
1
+ gradio==3.27.0 # For the Gradio interface
2
+ transformers==4.30.0 # Hugging Face transformers for NLP tasks
3
+ torch==2.1.0 # PyTorch (ensure compatibility with your model and CUDA version)
4
+ numpy<2 # If NumPy 2.x causes issues, this ensures compatibility
5
+ huggingface_hub==0.14.0 # For Hugging Face model downloading