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
| #!/usr/bin/env python3 | |
| """ | |
| Distill Opus reasoning into Qwen3.5-122B-A10B (MoE) using Unsloth. | |
| Hardware: 4x H200 (143GB each = 575GB total) | |
| Data: Jackrong's published distillation datasets | |
| Method: bf16 LoRA + train_on_responses_only (matching Jackrong's 27B recipe) | |
| Usage: | |
| pip install --upgrade unsloth unsloth_zoo |