fix: custom backend version suffix

This commit is contained in:
jialin
2025-10-30 19:08:45 +08:00
parent b733b3615d
commit d7ef64746c
19 changed files with 98 additions and 89 deletions
+4 -4
View File
@@ -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: