Skip to content

Change vLLM app config for Qwwen 3.8 27B - #3

Merged
nwthomas merged 1 commit into
mainfrom
deploy-qwen-3.8-27b
Aug 21, 2026
Merged

Change vLLM app config for Qwwen 3.8 27B#3
nwthomas merged 1 commit into
mainfrom
deploy-qwen-3.8-27b

Conversation

@nwthomas

@nwthomas nwthomas commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Problem

Qwen 3.8 27B recently released and it's a beast

Solution

I want it in my home setup

@nwthomas
nwthomas merged commit f169e2a into main Aug 21, 2026
4 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bfc25cae7e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread helm/vllm/values.yaml
enabled: true
path: /health
initialDelaySeconds: 60
initialDelaySeconds: 300

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Protect cold model loading with a startup probe

When the 27B model is not already cached or initialization takes more than roughly 320 seconds, the liveness probe configured in helm/vllm/templates/deployment.yaml begins after this delay and restarts the container after three 10-second failures. The increased readiness failure threshold cannot prevent that restart, so a cold deployment can repeatedly interrupt the model download/load; use a startup probe or give liveness a cold-start window long enough for this model.

Useful? React with 👍 / 👎.

@nwthomas
nwthomas deleted the deploy-qwen-3.8-27b branch August 21, 2026 06:18
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.

1 participant