Improve cli (#179)

This commit is contained in:
Adil Hafeez 2024-10-10 17:44:41 -07:00 committed by GitHub
parent ceca0dba28
commit 7d5f760884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 611 additions and 445 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.0.2"
version = "0.0.3"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <archgw@katanemo.com>"]
license = "Apache 2.0"
@ -31,7 +31,7 @@ onnx = "1.17.0"
onnxruntime = "1.19.2"
[tool.poetry.scripts]
archgw_modelserver = "app:run_server"
archgw_modelserver = "app.cli:run_server"
[build-system]
requires = ["poetry-core>=1.0.0"]