Skip to content

Comments

Adding env var for Qwen3-coder - continue demo#3991

Merged
przepeck merged 2 commits intomainfrom
przepeck/qwen3-coder-env-var
Feb 19, 2026
Merged

Adding env var for Qwen3-coder - continue demo#3991
przepeck merged 2 commits intomainfrom
przepeck/qwen3-coder-env-var

Conversation

@przepeck
Copy link
Collaborator

🛠 Summary

Adding environmental variable for Qwen3-Coder-30B to make it work correctly

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the MOE_USE_MICRO_GEMM_PREFILL=0 environment variable to the OpenVINO Model Server startup commands, which is required for Qwen3-Coder-30B model to function correctly. The changes ensure that this environment variable is set across all deployment scenarios (Windows bare metal, Linux with CPU via Docker, and Linux with GPU via Docker) when running the server with multiple models loaded through config_all.json.

Changes:

  • Added MOE_USE_MICRO_GEMM_PREFILL=0 environment variable to Windows bare metal deployment command
  • Added -e MOE_USE_MICRO_GEMM_PREFILL=0 to Linux CPU Docker deployment command
  • Added -e MOE_USE_MICRO_GEMM_PREFILL=0 to Linux GPU Docker deployment command

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@przepeck przepeck changed the title Adding env var for Qwen3-coder Adding env var for Qwen3-coder - continue demo Feb 19, 2026
@przepeck przepeck merged commit 169a9a9 into main Feb 19, 2026
1 check passed
@przepeck przepeck deleted the przepeck/qwen3-coder-env-var branch February 19, 2026 14:04
przepeck added a commit that referenced this pull request Feb 19, 2026
### 🛠 Summary

Adding environmental variable for Qwen3-Coder-30B to make it work
correctly

### 🧪 Checklist

- [ ] Unit tests added.
- [ ] The documentation updated.
- [ ] Change follows security best practices.
``
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.

3 participants