feat: default model to Qwen3.6-35B-A3B + GPU Operator v26.3 + H100 - #23
Closed
Hadar301 wants to merge 1 commit into
Closed
feat: default model to Qwen3.6-35B-A3B + GPU Operator v26.3 + H100#23Hadar301 wants to merge 1 commit into
Hadar301 wants to merge 1 commit into
Conversation
- Promote Qwen/Qwen3.6-35B-A3B-FP8 as the base default model; keep old model ID as servedName alias for backward compatibility with IDEs/smoke tests - Upgrade NVIDIA GPU Operator default channel v25.3 -> v26.3 - Switch default GPU target to H100 (p5.4xlarge) in Terraform and Helm; add gpu_pool_name variable; document g6e.12xlarge (4x L40S) as alternative - Strip redundant ROSA/ARO value overrides that now match base defaults - Use custom vLLM runtime (v0.19.0) as the default for all clouds; set maxModelLen=262144 (256k context window) - Update observability cost references L40S/$1.86 -> H100/$4.50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
helm template charts/pca-ai-serving -f charts/pca-ai-serving/values-rosa.yaml— confirmed model ID, served alias, max-model-len=262144, vllm-openai:v0.19.0, H100 resource sizing, extraEnv, tensor-parallel-size=1 all render correctlyhelm template charts/pca-ai-serving -f charts/pca-ai-serving/values-aro.yaml— confirmed ARO overlay still renders correctly with its gpuProduct override (NVIDIA-H100-NVL)Succeededphase)feat/defaultsbranch resolved and synced all child apps on the test clusterpca-operatorsSynced/Healthy — GPU Operator, RHOAI, DevSpaces, cert-manager all installedpca-devspaces/pca-platform-configOutOfSync is controller-drift only (normal), not caused by these changes