You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add golden artifact generation to nightly backend test suite (#17663)
After successful model correctness verification (torch.allclose against
eager), dump the input tensors, eager reference output, and serialized
.pte as golden files. These artifacts are packaged into per-model zips
and a combined golden_artifacts_yymmddhh.zip, then uploaded to S3 via
the existing test-infra artifact pipeline.
Controlled by the GOLDEN_ARTIFACTS_DIR environment variable — when
unset, behavior is unchanged. The test_backend.sh script sets this
automatically.
0 commit comments