Juna190825 commited on
Commit
324477d
·
verified ·
1 Parent(s): 78b8f9c

Initial upload

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
2
- transformers>=4.30.0
3
  accelerate>=0.20.0
4
  sentencepiece>=0.1.99
5
  gradio>=3.0.0
6
  bitsandbytes>=0.40.0; sys_platform != "win32" and sys_platform != "darwin"
7
- optimum>=1.8.0
8
- onnxruntime>=1.14.0
 
1
  torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
2
+ transformers==4.48.0 # Pinned to work with BetterTransformer
3
  accelerate>=0.20.0
4
  sentencepiece>=0.1.99
5
  gradio>=3.0.0
6
  bitsandbytes>=0.40.0; sys_platform != "win32" and sys_platform != "darwin"
7
+ optimum==1.16.0 # Last version supporting BetterTransformer