File size: 566 Bytes
b72f5e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Sharded Model Archive This directory contains a sharded gzip-compressed tar archive of your model weights. ## Contents - model.tar.gz.part.000, 001, ... — Shards (≤ 10G each) - TAR.SHA256 — SHA256 checksum of the full tar stream - PARTS.SHA256SUMS — SHA256 checksums of individual parts - ASSEMBLE_AND_EXTRACT.sh — Helper to verify, reassemble, and extract ## How to extract ```bash cd eurollm-9b-mcore-phase3-parts ./ASSEMBLE_AND_EXTRACT.sh /path/to/destination ``` This verifies all parts and the full stream before extraction. |