nagose commited on
Commit
d4dc38d
·
verified ·
1 Parent(s): 22e64a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- fastapi==0.115.12
2
- uvicorn[standard]==0.34.0
3
- transformers==4.49.0
4
- torch==2.5.1 # CPU版本
5
- accelerate==1.5.2
6
- bitsandbytes==0.45.4 # 用于4-bit量化
7
- pydantic>=2.11.10,<=2.12.5
8
- python-multipart==0.0.20
9
- sentencepiece==0.2.0 # Qwen需要的
10
- protobuf==5.29.4 # Qwen需要的
11
- einops==0.8.1 # Qwen需要的
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ fastapi
3
+ uvicorn[standard]
4
+ transformers
5
+ torch
6
+ accelerate
7
+ sentencepiece
8
+ huggingface-hub
9
+ pydantic
10
+ bitsandbytes
11
+ einops