Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -10,4 +10,8 @@ transformers_stream_generator>=0.0.4
|
|
| 10 |
huggingface_hub>=0.22.0 # 支持 revision 参数正确解析
|
| 11 |
transformers>=4.38.0 # 支持 DeepSeek 模型结构
|
| 12 |
bitsandbytes>=0.43.0 # 4bit 量化兼容性
|
| 13 |
-
torch>=2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
huggingface_hub>=0.22.0 # 支持 revision 参数正确解析
|
| 11 |
transformers>=4.38.0 # 支持 DeepSeek 模型结构
|
| 12 |
bitsandbytes>=0.43.0 # 4bit 量化兼容性
|
| 13 |
+
torch>=2.1.0
|
| 14 |
+
# 系统监控
|
| 15 |
+
psutil==5.9.6 # 用于CPU/内存监控,轻量级无额外依赖
|
| 16 |
+
# 其他依赖
|
| 17 |
+
python-multipart==0.0.9 # 支持表单数据解析,FastAPI依赖
|