wd-pilot 1-layer weights (chunked)
Large files are split into 8MiB .partXXXX shards (hf-mirror LFS finalize is broken from this host).
Restore a model:
python - <<'PY'
from pathlib import Path
run = Path('1layer_fixed_lr/1layer_wo_1b_1_node')
n = int((run/'model.safetensors.num_parts').read_text())
with open(run/'model.safetensors','wb') as out:
for i in range(n):
out.write((run/f'model.safetensors.part{i:04d}').read_bytes())
print('done')
PY
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support