Spaces:
Paused
Paused
File size: 416 Bytes
ae7cfbb 4998ce7 7935381 ae7cfbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[tool.poetry]
package-mode = false
name = "gradio-qa"
version = "0.1.0"
description = ""
authors = ["Yusuf <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
vllm = "^0.6.4.post1"
fastapi = "^0.115.5"
pydantic = "^2.10.2"
uvicorn = "^0.32.1"
torch = "^2.5.1"
openai = "^1.55.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|