Christopher Phillips cf0c2c2dd6
fix: name safetensors models even when the run has a partial parse error
safeTensorsMergeProcessor used to early-return whenever it was handed a
non-nil error. Returning early left them nameless, and
missing-name compliance then silently dropped them, so a single unparseable
file could erase every otherwise-valid model from the SBOM. The processor
now always names/drops and propagates the error instead.

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
2026-06-30 15:37:20 -04:00
..
2026-06-22 11:46:57 -04:00
2026-06-22 11:47:11 -04:00