fix: custom backend version suffix
This commit is contained in:
@@ -150,13 +150,13 @@ default_version: v0.5.1
|
||||
health_check_path: /v1/models
|
||||
default_backend_param:
|
||||
- --host
|
||||
default_run_command: myBackend serve {{model}} --port {{port}}
|
||||
default_run_command: myBackend serve {{model_path}} --port {{port}}
|
||||
version_configs:
|
||||
v0.0.1:
|
||||
v0.0.1-custom:
|
||||
image_name: lm/mybackend:latest
|
||||
run_command: myBackend serve {{model}} --port {{port}}
|
||||
run_command: myBackend serve {{model_path}} --port {{port}}
|
||||
custom_framework: cuda
|
||||
v0.0.2:
|
||||
v0.0.2-custom:
|
||||
image_name: lm/mybackend:test
|
||||
run_command:
|
||||
custom_framework:
|
||||
|
||||
Reference in New Issue
Block a user