Improve migration quality, add repair loop, improved rag#14
Open
Improve migration quality, add repair loop, improved rag#14
Conversation
Merge from main, with maxKernel changes
…, and float32 softmax
- Replace monolithic convert_multimodal.py with 3 separate scripts: step1_clone_repo.py, step2_populate_rag.py, step3_convert.py - Add config.py for shared paths and setup - Update README with setup and demo instructions
- step3_merge.py: scans repo for nn.Module files using AST, merges into one - step4_convert.py: converts the merged file (renamed from step3_convert.py) - No hardcoded file lists — model files discovered automatically - Updated README and Quick Start with 4-step flow
step1 now takes an optional URL argument so the demo pipeline can convert any PyTorch repo, not just the hardcoded Multimodal-Transformer. config.py derives REPO_URL/REPO_DIR from the MAXCODE_REPO_URL env var, falling back to the original default.
Get updates from main
…ercomputer/accelerator-agents into improve-migration-quality # Conflicts: # MaxCode/agents/migration/primary_agent.py
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.
No description provided.