Spaces:
Paused
Paused
| [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" | |