Fix qwen3-0.6b LoRA training example - #74
Open
rcano-baseten wants to merge 4 commits into
Open
Conversation
Each README links to Baseten signup, walks through `truss train init`, `cd`, and `truss train push`, and notes when instance types (>H100:4 or any H200) require contacting Baseten for approval. Also moves qwen3-235b-mswift files into a training/ subdirectory to match the standard example structure expected by the SDK. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
truss train init flattens the training/ contents into the example directory, so after cd the config.py is at the root level. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rs+peft+trl The axolotl Docker image copies artifacts to /workspace/axolotl which overwrites the editable axolotl install, breaking all axolotl imports. Replaced with a pytorch base image using SFTTrainer from TRL with LoRA via PEFT. Also switched GPU from H100 to H200 and pinned all dependencies (trl==0.29.0, peft==0.18.1, datasets==4.6.0). 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
pytorch/pytorch:2.7.0-cuda12.8-cudnn9-runtimebase imageSFTTrainerfrom TRL + LoRA via PEFT instead of axolotl (the axolotl image's editable install at/workspace/axolotlgets overwritten by artifact copy)trl==0.29.0,peft==0.18.1,datasets==4.6.0Test plan
wd14xmwon Baseten production — completed successfully in ~10s🤖 Generated with Claude Code