Harden stock LPOSS inference: PyTorch-1.12 compatibility, pinned upstream, memory preflights, provenance and parity harness - #59
Merged
InsightofSPb merged 4 commits intoAug 20, 2026
Conversation
InsightofSPb
merged commit Aug 20, 2026
05fa737
into
codex/integrate-genuine-lposs-inference-in-repository
1 check passed
InsightofSPb
deleted the
codex/continue-existing-pr-#58-with-requested-fixes
branch
August 26, 2026 19:06
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.
Motivation
Restore a robust, auditable stock LPOSS inference path while preserving the original LPOSS algorithm and its open-vocabulary behavior. This PR hardens the implementation introduced in the parent PR #58 and prepares it for reproducible local CUDA parity validation.
What changed
ovs_heritage.coco_converter.validate_manifest.Validation
GitHub Actions workflow
ovs-heritage-p0completed successfully:131 passedRemaining acceptance gate
Real CUDA numerical parity against the pinned official LPOSS implementation has intentionally not been executed in CI. Therefore, this PR does not claim verified numerical equivalence yet.
After this PR is merged into the branch of PR #58, the combined implementation must be tested on the local CUDA environment. PR #58 should be merged into
masteronly after the generated parity manifest reports successful real-GPU parity and all required tensor shapes, class/channel mappings, and numerical tolerances pass.