Merged
Conversation
This commit updates all references from 'tetra_rp'/'tetra-rp' to 'runpod_flash'/'runpod-flash' across the entire repository to align with upstream package rename. Changes include: - Updated all Python imports: from tetra_rp import → from runpod_flash import - Updated package dependencies in pyproject.toml files (11 files) - Updated dependency declarations in requirements.txt files (8 files) - Updated Makefile package references (6 references) - Updated environment.yml conda dependency - Updated .flashignore files to reference .flash_resources.pkl - Updated all documentation with correct package names and URLs - Updated mothership.py configurations (5 files) - Updated issue template with new package name - Updated container image references from tetra-rp-lb to runpod-flash-lb Migration Pattern: - Import statements: 'from tetra_rp import' → 'from runpod_flash import' - Package names: 'tetra_rp' or 'tetra-rp' → 'runpod-flash' - Container images: 'tetra-rp-lb' → 'runpod-flash-lb' - Build artifacts: '.tetra_resources.pkl' → '.flash_resources.pkl' Total files modified: 49 All Python syntax validated with py_compile All references to old package names have been removed
Update .gitignore files across 5 example directories to use the new build artifact name (.flash_resources.pkl instead of .tetra_resources.pkl) for consistency with the tetra_rp → runpod-flash package migration.
There was a problem hiding this comment.
Pull request overview
This PR removes the cleanup of .pkl (pickle) files from the build artifacts cleaning process in the Makefile.
Changes:
- Removed the deletion of
*.pklfiles from thecleantarget
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fix import block formatting in 3 files to comply with ruff isort rules. Imports from runpod_flash now properly ordered with third-party imports.
rambo-runpod
approved these changes
Feb 4, 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.
No description provided.