Spaces:
Running on T4
Running on T4
Upstream sync
tools/validation/ is a verbatim fork of the validation/ tree from:
- Repo:
omniverse/kit-extensions/simready-explorer - Host:
gitlab-master.nvidia.com - Branch:
dev/dloginowski/validation-reporting - URL: https://gitlab-master.nvidia.com/omniverse/kit-extensions/simready-explorer/-/tree/dev/dloginowski/validation-reporting
It is not a git submodule. Upstream changes do not flow here automatically.
Current pin
upstream_sha: 4bd42394685156d97f3e3bf371117f53e8dd8ab1
synced_at: 2026-05-22
synced_by: dloginowski
Bump these three fields whenever you re-run
_sync.sh.
Check for drift
git ls-remote https://gitlab-master.nvidia.com/omniverse/kit-extensions/simready-explorer.git \
refs/heads/dev/dloginowski/validation-reporting
Compare the printed SHA to upstream_sha above. If they differ, upstream has
new commits we don't have.
Pull a new version
bash tools/validation/_sync.sh
The script:
- Shallow-clones the upstream branch to a temp dir.
- Reports the new SHA and how many commits ahead of
upstream_shait is. - Rsyncs upstream
validation/*overtools/validation/*, preservingUPSTREAM.mdand_sync.shthemselves. - Prints a diff stat so you can see what changed.
After running, review the diff, manually update the pin block above, then commit:
git add tools/validation/
git commit -m "Sync tools/validation/ from upstream <short-sha>"
When upstream lands in simready-explorer proper
The upstream README (tools/validation/README.md) calls this directory
"demo / review staging" and outlines the intended integration into
simready-explorer's existing library + skills patterns. Once that lands:
- Delete
tools/validation/. - Replace the runner-side driver
tools/hf_watch/validate.pywith calls intosimready-explorer's public CLI (likelyrepo.bat validateor thesimready.validatelibrary entry points). - Drop this file.
Until then, treat this fork as a snapshot.