Switch to Qwen3-32B with LoRA - #5
Open
kfallah wants to merge 3 commits into
Open
Conversation
- Model: Qwen3-14B -> Qwen3-32B with LoRA (rank=32, alpha=64, all-linear) - Context: 64K -> 32K (native, no rope scaling needed) - GPU util: 0.85 -> 0.95, param offload enabled - Added layered_summon + safetensors load_format for LoRA vLLM sync - LR: 1e-5 -> 3e-5 (higher for LoRA) - Removed HF config patching and rope scaling overrides Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Set critic.enable: False to skip loading second 32B model - Add use_shm: True for shared memory model loading - Saves ~200GB CPU RAM that was causing Ray OOM Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- max_num_seqs: 1 since we're bottlenecked by experiment env anyway - RAY_memory_usage_threshold=0.99 to survive transient init peak (two FSDP workers each load full 32B model before sharding) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Key config changes
Test plan
🤖 Generated with Claude Code