vllm-inference / pyproject.toml
yusufs's picture
feat(refactor): move the files to root
7935381
raw
history blame
416 Bytes
[tool.poetry]
package-mode = false
name = "gradio-qa"
version = "0.1.0"
description = ""
authors = ["Yusuf <yusuf.syaifudin@gmail.com>"]
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"