AC-Angelo93 commited on
Commit
85d1c83
·
verified ·
1 Parent(s): 49bf197

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio
2
- transformers>=4.34.0 # Or a more recent version
 
3
  torch>=2.0.0
4
  huggingface_hub>=0.17.0
5
- sentencepiece # Often a dependency for tokenizers
6
- accelerate # For device_map="auto" and better performance
7
  # bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
8
  # optimum # For ONNX, quantization, etc. (advanced)
 
1
+ gradio==3.50.2 # Or try a slightly older or newer stable version
2
+ gradio_client==0.7.0 # Try a version compatible with the gradio version
3
+ transformers>=4.34.0
4
  torch>=2.0.0
5
  huggingface_hub>=0.17.0
6
+ sentencepiece
7
+ accelerate
8
  # bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)
9
  # optimum # For ONNX, quantization, etc. (advanced)