You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

torch.load Truncated Storage + Forged Byteorder Corruption

Defensive validation / triage only.

This PoC shows that a crafted ZIP-format checkpoint can truncate a backing storage record while preserving a larger logical storage length and forging the checkpoint byteorder record. torch.load() still succeeds and returns corrupted tensor data instead of failing closed.

Files:

  • model/clean.pt: clean control checkpoint
  • model/trunc_big.pt: crafted checkpoint with truncated storage and forged byteorder
  • model/build-meta.json: hashes and generation metadata
  • reproduce/replay_truncated_storage.py: replay script for clean vs crafted load

Quick repro:

python reproduce/replay_truncated_storage.py \
  --clean model/clean.pt \
  --crafted model/trunc_big.pt
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support