mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
fix model_server cli and update version to 0.1.7
This commit is contained in:
parent
1299afd05c
commit
8f1b21124b
6 changed files with 148 additions and 3778 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue