mirror of
https://github.com/ruvnet/RuView
synced 2026-08-04 19:31:42 +00:00
af6621005f
export_to_safetensors.py maps the retrained checkpoint (295 tensors -> 248 mapped, param sum exactly 2,225,042; num_batches_tracked dropped) into a tch-loadable safetensors plus a deterministic parity fixture. Gated #[ignore] integration test loads it strictly and asserts forward-pass agreement: max abs diff 1.192e-7 on the seed-42 fixture. dump_variable_names test makes the tch name layout authoritative. Zero architecture discrepancies found. Co-Authored-By: claude-flow <ruv@ruv.net>
19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
# Upstream clone (WiFlow-STD, DY2434) -- never commit third-party code/weights
|
|
upstream/
|
|
|
|
# Local python env
|
|
.venv/
|
|
|
|
# Downloaded data / artifacts
|
|
data/
|
|
downloads/
|
|
*.pth
|
|
*.pt
|
|
*.npy
|
|
*.npz
|
|
*.zip
|
|
*.mat
|
|
*.safetensors
|
|
results/parity_fixture.json
|
|
__pycache__/
|