uiol;' (#154) - #155
Merged
Merged
Conversation
## 🔗 Related Issue Fixes # ## 📝 Description - - - ## 🔄 Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 📖 Documentation update - [ ] 🏗️ Infrastructure / CI/CD update ## 🧪 Hardware & Matrix Testing **I have successfully built and tested this code using `uv` on:** - [ ] `anomavision[cpu]` (Standard/Edge) - [ ] `anomavision[cu121]` (CUDA 12.1) - [ ] `anomavision[cu124]` (CUDA 12.4) - [ ] `anomavision[cu118]` (CUDA 11.8) **Host OS used for testing:** - [ ] Linux / Ubuntu - [ ] Windows (Native or WSL2) - [ ] macOS ## ✅ Developer Checklist - [ ] My code follows the core style guidelines of this project (Ruff/Black formatting). - [ ] I have run `uv run pytest` and all unit tests pass locally. - [ ] **Lockfile Guard:** If I added or modified a dependency in `pyproject.toml`, I have run `uv lock --python 3.10` and committed the updated `uv.lock` file. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have updated the documentation accordingly (if applicable). ## 📸 Screenshots / Visual Proof (Optional)
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.
Pull Request: Production-ready TensorRT/INT8 export, ultra-light PatchCore, and Production Autopilot
Summary
This pull request merges
feat/tensorrt-int8-light-patchcoreintomain. It adds production-oriented anomaly-detection capabilities, improves deployment workflows, strengthens benchmarking, and makes the project easier for new users to evaluate.What changed
Native TensorRT and INT8 export
Ultra-light PatchCore
Production Autopilot
Example:
Documentation and adoption improvements
Release preparation
3.4.0to3.5.0.uv.lockto match the new package version.Validation
The complete repository validation suite passes:
The final branch is clean and synchronized with the remote feature branch.
Compatibility and deployment notes
Recommended merge and release sequence
main.3.5.0onmain.v3.5.0.Checklist
3.5.0.main.v3.5.0.