Commit Graph

4 Commits

Author SHA1 Message Date
97954cd06e Fix shared tensor warning by cloning before save
Aliased tensors (patch_embedding / expanded_patch_embedding /
original_patch_embedding) share memory, causing safetensors
save_file to warn about duplicates. Clone each tensor to break
sharing while keeping all keys for loader compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 18:18:34 +01:00
d222126c28 Add README with usage docs, inputs reference, and metadata info
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:49:38 +01:00
855d748330 node 2026-02-10 17:46:27 +01:00
2722c83a1b first commit 2026-02-10 17:45:57 +01:00