vllm-inference / pyproject.toml
yusufs's picture
feat(t4-gpu): add t4 gpu capability
4998ce7
raw
history blame
397 Bytes
[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"