mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
integrate arch with model_server
This commit is contained in:
parent
791ce0a7ed
commit
44872107a8
13 changed files with 240 additions and 1222 deletions
|
|
@ -90,6 +90,7 @@ def validate_and_render_schema():
|
|||
|
||||
rendered = template.render(data)
|
||||
print(ENVOY_CONFIG_FILE_RENDERED)
|
||||
print(rendered)
|
||||
with open(ENVOY_CONFIG_FILE_RENDERED, "w") as file:
|
||||
file.write(rendered)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue