Skip to content

Commit dd24080

Browse files
LloydLloyd
authored andcommitted
fix: update YAML anchor name to match alias reference
The anchor &qwen35-122b-common was not updated to &sg-qwen35-122b-common when the YAML key was renamed, causing 'unknown anchor' validation errors.
1 parent 9e6de95 commit dd24080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Qwen3.5-122B.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ x-vllm-proxy-common: &vllm-proxy-common
2727
restart: unless-stopped
2828
logging: *logging-conf
2929

30-
x-sg-qwen35-122b-common: &qwen35-122b-common
30+
x-sg-qwen35-122b-common: &sg-qwen35-122b-common
3131
<<: *nvidia
3232
init: true
3333
# SGLang v0.5.12 (cu129) — migrated off vLLM 2026-05-22.

0 commit comments

Comments
 (0)