| # 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. | |