Update VLM model to Qwen3-VL-4B-Instruct-GGUF#226
Merged
kovtcharov-amd merged 13 commits intomainfrom Feb 10, 2026
Merged
Conversation
- Add `gaia install --lemonade` to install Lemonade Server - Add `gaia uninstall --lemonade` to uninstall (downloads matching MSI) - Add `gaia kill --lemonade` to kill Lemonade server on port 8000 - Add minimal installer support for --profile minimal - Update CLI reference docs with new commands - Update quickstart/setup docs with gaia init step - Add unit tests for minimal installer URL patterns
- Increase download timeout to 2 hours for large models - Show filename, speed, and detailed progress info - Add specific error handling for timeout/connection errors - List models that need downloading before starting
- Restore Qwen3-0.6B-GGUF model in test_gaia_cli_linux.yml workflow - Restore lemonade-server-dev commands in Linux CI - Update default VLM model to Qwen3-VL-4B-Instruct-GGUF in documentation - Update vision model references in README and EMR agent docs Co-Authored-By: Claude Sonnet 4.5 (1M context) <[email protected]>
kovtcharov-amd
approved these changes
Feb 10, 2026
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
This PR updates the Vision Language Model (VLM) from Qwen2.5-VL-7B to Qwen3-VL-4B across the entire codebase.
Changes
VLM Model Updates
qwen2.5-vl-7btoqwen3-vl-4bQwen3-VL-4B-Instruct-GGUF(wasQwen2.5-VL-7B-Instruct-GGUF)Additional Improvements
Files Changed (11 total)
.claude/agents/rag-specialist.md- Update RAG VLM example.github/workflows/test_rag.yml- Update CI VLM modelCLAUDE.md- Update default VLM model referenceREADME.md- Update vision models feature descriptionscripts/start-lemonade.ps1- Update example commandsrc/gaia/agents/emr/README.md- Update VLM extraction referencesrc/gaia/llm/lemonade_client.py- Update VLM model definition and agent profilestests/test_lemonade_client.py- Update test assertionstests/test_rag_integration.py- Update required models listtests/test_vlm_integration.py- Update VLM initializationutil/lint.py- Add GAIA installation pre-checkTesting
Impact
Qwen3-VL-4B-Instruct-GGUFmodel (~3.3GB)