11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
|
|
fastapi>=0.115
|
|||
|
|
uvicorn[standard]>=0.30
|
|||
|
|
pydantic>=2.7
|
|||
|
|
FlagEmbedding>=1.3
|
|||
|
|
# CPU 版本 PyTorch(减小镜像体积)
|
|||
|
|
torch>=2.3.0 --index-url https://download.pytorch.org/whl/cpu
|
|||
|
|
transformers>=4.44
|
|||
|
|
sentence-transformers>=3.0
|
|||
|
|
huggingface-hub>=0.24
|
|||
|
|
numpy>=1.26
|