This commit is contained in:
Adil Hafeez 2024-10-29 18:28:26 -07:00
parent 8904d28590
commit 0e38ad3a5d
3 changed files with 1004 additions and 302 deletions

View file

@ -32,6 +32,7 @@ onnxruntime = "1.19.2"
httpx = "*"
pytest-asyncio = "*"
pytest = "*"
tensorflow = "2.17"
[tool.poetry.scripts]
archgw_modelserver = "app.cli:run_server"