Bump version to 0.8.0 + calibration-baseline integration tests#82
Open
romeokienzler wants to merge 1 commit into
Open
Bump version to 0.8.0 + calibration-baseline integration tests#82romeokienzler wants to merge 1 commit into
romeokienzler wants to merge 1 commit into
Conversation
- Bump version 0.8.0rc3 -> 0.8.0 - Integration tests assert trained metrics against a committed calibration_baseline.json (pf + opf bounds) via read_baseline(), with an environment fingerprint (warn-on-mismatch, non-gating) - conftest: add --pad option's calibrate_pad fixture - Fix NODE_RANK computation to tolerate FQDN vs short LSF hostnames - gitignore build/ and dist/ Validated on H100 (cu130): calibration run + assertion run both pass (2 passed). Note: this restores the read-baseline/fingerprint approach over main's hardcoded-bounds tests, per request. Co-Authored-By: Claude Opus 4.8 <[email protected]>
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
0.8.0rc3→0.8.0test_train_pf,test_train_opf) assert trained metrics against a committedcalibration_baseline.json(pf + opf bounds) viaread_baseline(), plus an environment fingerprint that warns (never fails) on mismatchconftest.py: add thecalibrate_padfixture backing the existing--padoption__main__.py: fixNODE_RANKcomputation to tolerate FQDN vs short LSF hostnames.gitignore: addbuild/anddist/Validation
Ran end-to-end on an H100 node (torch 2.12.1+cu130):
pytest integrationtests --calibrate 5 -s): 2 passed in 1:42:06 → produced the committed baselinepytest integrationtests -s): 2 passed in 18:43; metrics within calibrated bounds. Job rescheduled to a different H100 node — confirmed the hostname fingerprint mismatch is warn-only and does not fail the run.main's current hardcoded-bounds tests, and re-addscalibration_baseline.json(whichmainhad deleted). This was an explicit request — please confirm this is the intended direction vs. main's hardcoded bounds.torch_scatteris not pinned. The OPF test needs a CUDA-enabledtorch_scatter(installed manually from thedata.pyg.orgwheel index during validation). A cleanpip installpulls the CPU-only build, and OPF then fails withRuntimeError: Not compiled with CUDA support. Pinning/documenting this is left for a follow-up.--calibratefor other environments.🤖 Generated with Claude Code