remove nli model

This commit is contained in:
Adil Hafeez 2024-12-10 21:03:02 -08:00
parent 3e4b04099c
commit 5bf9a80283
4 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,6 @@ KATANEMO_DOCKERHUB_REPO = "katanemo/archgw"
KATANEMO_LOCAL_MODEL_LIST = [
"katanemo/Arch-Guard-cpu",
"katanemo/Arch-Guard",
"katanemo/bge-large-en-v1.5",
]
SERVICE_NAME_ARCHGW = "archgw"
SERVICE_NAME_MODEL_SERVER = "model_server"