Skip to content

feat: align default model selection to Qwen3.6 - #22

Merged
itay1551 merged 4 commits into
mainfrom
feat/align-model-selection-qwen36
Jul 29, 2026
Merged

feat: align default model selection to Qwen3.6#22
itay1551 merged 4 commits into
mainfrom
feat/align-model-selection-qwen36

Conversation

@itay1551

Copy link
Copy Markdown
Collaborator

Summary

  • Default to Qwen/Qwen3.6-35B-A3B-FP8 with matching API served name and custom vLLM runtime across serving/DevSpaces/benchmarks
  • Pair llm-d routing, guardrails, and smoke tests with the InferenceService predictor:80 path (plus TLS job for existing OpenShift)
  • Document the default model and how operators override model.id / modelId

Commits

  1. feat: default Qwen3.6 with custom runtime and matching API name
  2. feat: wire DevSpaces IDE configs to modelId
  3. fix: align guardrails and smoke with InferenceService predictor
  4. docs: document default model and override path

itay1551 added 4 commits July 29, 2026 15:09
Serve Qwen/Qwen3.6-35B-A3B-FP8 under the same name, enable custom vLLM
runtime by default, and pair llm-d routing with the InferenceService
predictor Service (including TLS job for existing OpenShift).
Point Continue, Cline, Roo, and workspace env at .Values.modelId so IDE
API model names stay aligned with the served model.
Update workload Service host/port defaults and smoke readiness checks for
the custom-runtime predictor path.
Clarify Qwen3.6 as the default served model and how operators override
model.id / modelId for policy-sensitive choices.
value: "present"
operator: Exists
effect: NoSchedule
- key: g6e-gpu

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

g6e-gpu toleration is hardcoded in the InferenceService template. The - key: g6e-gpu / operator: Exists toleration is AWS-specific and not parameterized via values.

@Hadar301 Hadar301 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! 🚀

@itay1551
itay1551 merged commit 351cd65 into main Jul 29, 2026
1 check passed
@itay1551
itay1551 deleted the feat/align-model-selection-qwen36 branch July 29, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants