mirror of
https://github.com/katanemo/plano.git
synced 2026-05-07 06:42:42 +02:00
removing model_server. buh bye (#619)
This commit is contained in:
parent
88c2bd1851
commit
d37af7605c
50 changed files with 40 additions and 9597 deletions
|
|
@ -1,13 +1,5 @@
|
|||
import os
|
||||
|
||||
|
||||
KATANEMO_DOCKERHUB_REPO = "katanemo/archgw"
|
||||
KATANEMO_LOCAL_MODEL_LIST = [
|
||||
"katanemo/Arch-Guard",
|
||||
]
|
||||
SERVICE_NAME_ARCHGW = "archgw"
|
||||
SERVICE_NAME_MODEL_SERVER = "model_server"
|
||||
SERVICE_ALL = "all"
|
||||
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
|
||||
ARCHGW_DOCKER_NAME = "archgw"
|
||||
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.18")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue