feat: Qwen3.5 モデルサポート追加 (Phase 1) - #20
Open
shigel wants to merge 2 commits into
Open
Conversation
Ollama v0.18.2でツール呼び出し修正(#14605)がマージ済みのため、 Qwen3.5モデル定義を全モデル選択ロジックに追加。 - MODEL_CONTEXT_SIZES: 全7サイズ (0.8b〜122b-a10b), 256Kコンテキスト - MODEL_TIERS: 適切なティア・RAM要件で配置 - _SIDECAR_CANDIDATES: qwen3.5をqwen3より優先 - RAMフォールバック: 16GB→qwen3.5:9b, 8GB→qwen3.5:2b - install.sh: モデル選択・サイズ表示を更新 - テスト: ティア・コンテキスト・サイドカー・フォールバック等12件追加 Refs ochyai#19 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jasagiri
pushed a commit
to jasagiri/vibe-local
that referenced
this pull request
Mar 29, 2026
Author
|
@ochyai レビューお願いします 🙏 |
- Fix test_vram_zero_falls_back_to_ram to expect qwen3.5:2b (new default) - Add qwen3.5:latest to MODEL_TIERS and _CONTEXT_WINDOWS as alias for 9b
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
MODEL_CONTEXT_SIZES,MODEL_TIERS,_SIDECAR_CANDIDATES, RAMフォールバックを更新背景
qwen3.5:9bのツール呼び出し動作を検証済み--model-familyフラグ、install.sh選択UI改善等)は別PRで対応予定Test plan
pytest -k "qwen35")python3 vibe-coder.py --model qwen3.5:9bで起動確認Refs #19
🤖 Generated with Claude Code