Files
OBLITERATUS/obliteratus
Aaron Meese e1a0fe59f0 fix: REBIRTH save crash for CPU-offloaded models
Replace the manual safetensors/dat file materialization in
_gather_state_dict with accelerate's get_state_dict_offloaded_model().
The old code only handled disk-offloaded weights but failed for the 398
CPU-offloaded meta tensors managed by accelerate's AlignDevicesHook.

Pre-move all GPU tensors to CPU before materialization to prevent CUDA
OOM when align_module_device restores non-hooked params to CUDA during
its __exit__ cleanup.

Update test to verify the safety net catches unmaterialized meta tensors
after the accelerate path (the old test checked for a missing offload
directory, which this codepath no longer uses).
2026-08-14 10:22:48 -04:00
..
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-07 17:53:42 -08:00
2026-03-07 17:54:38 -08:00
2026-03-05 10:03:46 -08:00
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-07 17:53:42 -08:00
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-04 12:38:18 -08:00
2026-03-08 13:02:53 -07:00