-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removing unnecessar setup.py files * updated the cli for debug and access logs * ran the pre-commit locally to fix pull request * fixed bug where if archgw_process is None we didn't handle it gracefully * Apply suggestions from code review Co-authored-by: Adil Hafeez <[email protected]> * fixed changes based on PR * fixed version not found message * fixed message based on PR feedback * adding poetry lock * fixed pre-commit --------- Co-authored-by: Salman Paracha <[email protected]> Co-authored-by: Adil Hafeez <[email protected]>
- Loading branch information
1 parent
6cd0557
commit 6fb6351
Showing
11 changed files
with
364 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
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" | ||
SERVICE_ALL = "all" | ||
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log" | ||
ACCESS_LOG_FILES = "~/archgw_logs/access*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.