fix model_server cli and update version to 0.1.7

This commit is contained in:
Adil Hafeez 2024-12-09 12:11:17 -08:00
parent 1299afd05c
commit 8f1b21124b
6 changed files with 148 additions and 3778 deletions

View file

@ -1,15 +1,13 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.1.6"
version = "0.1.7"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <archgw@katanemo.com>"]
license = "Apache 2.0"
readme = "README.md"
packages = [
{ include = "app" }, # Include the 'app' package
{ include = "app/function_calling" }, # Include the 'app' package
{ include = "src" }
]
include = ["app/*.yaml"]
[tool.poetry.dependencies]
python = ">=3.12"
@ -39,7 +37,7 @@ opentelemetry-instrumentation-fastapi = "^0.49b0"
overrides = "^7.7.0"
[tool.poetry.scripts]
archgw_modelserver = "app.cli:run_server"
archgw_modelserver = "src.cli:start_server"
[build-system]
requires = ["poetry-core>=1.0.0"]