han145 commited on
Commit
5727b08
·
verified ·
1 Parent(s): 59f0dd7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- # 强制使用CPU预编译wheel + 指定平台标签
2
- llama-cpp-python==0.2.85; sys_platform != 'win32' --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
3
- streamlit==1.32.0
4
- huggingface-hub==0.24.7
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.37.0
3
+ accelerate>=0.20.0
4
+ fastapi>=0.100.0
5
+ uvicorn>=0.22.0