You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit test test.distributed._composable.fsdp.test_fully_shard_state_dict.TestFullyShardStateDictMultiProcess | test_dp_state_dict_cpu_offload got assertion:
AssertionError: "Found following parameters on non-CPU device: [('0.weight', device(type={device_type}" does not match "FSDP parameters should be materialized on CPU when enabling CPU offloading. For example, load a CPU state dict or call module.to_empty(device="cpu"). Found following parameters on non-CPU device: [('0.weight', device(type='xpu', index=7))]
Versions
2025.1 oneapi
2025.15 oneCCL
4 XELINK 1110
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Unit test test.distributed._composable.fsdp.test_fully_shard_state_dict.TestFullyShardStateDictMultiProcess | test_dp_state_dict_cpu_offload got assertion:
AssertionError: "Found following parameters on non-CPU device: [('0.weight', device(type={device_type}" does not match "FSDP parameters should be materialized on CPU when enabling CPU offloading. For example, load a CPU state dict or call module.to_empty(device="cpu"). Found following parameters on non-CPU device: [('0.weight', device(type='xpu', index=7))]
Versions
2025.1 oneapi
2025.15 oneCCL
4 XELINK 1110
The text was updated successfully, but these errors were encountered: