Spaces:
Sleeping
Sleeping
File size: 321 Bytes
0b7903a 046db3f 0b7903a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "inference-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.133.1",
"httpx>=0.28.1",
"pydantic-settings>=2.13.1",
"sentence-transformers>=5.2.3",
"torch>=2.10.0",
"uvicorn>=0.41.0",
]
|