mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 09:46:28 +02:00
rename envoyfilter => arch (#91)
* rename envoyfilter => arch * fix more files * more fixes * more renames
This commit is contained in:
parent
7168b14ed3
commit
ea86f73605
33 changed files with 91 additions and 99 deletions
|
|
@ -22,7 +22,7 @@ transformers = load_transformers()
|
|||
ner_models = load_ner_models()
|
||||
zero_shot_models = load_zero_shot_models()
|
||||
|
||||
with open("/root/bolt_config.yaml", "r") as file:
|
||||
with open("/root/arch_config.yaml", "r") as file:
|
||||
config = yaml.safe_load(file)
|
||||
with open("guard_model_config.yaml") as f:
|
||||
guard_model_config = yaml.safe_load(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue