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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,8 +1,8 @@
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)
 
1
+ gradio==3.50.2
2
+ gradio_client
3
+ transformers
4
+ torch
5
+ huggingface_hub
6
  sentencepiece
7
  accelerate
8
  # bitsandbytes # Only if you plan to implement 8-bit or 4-bit quantization (advanced)