Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/smoke/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,9 @@ def test_training_feature_matrix(
if dist_backend == DistributedBackend.FSDP:
train_args.fsdp_options.cpu_offload_params = cpu_offload
else:
pytest.xfail("DeepSpeed not currently functional. OOMs during backprop.")
if cpu_offload:
pytest.xfail("DeepSpeed CPU Adam isn't currently building correctly")
train_args.deepspeed_options.cpu_offload_optimizer = cpu_offload
pytest.xfail("DeepSpeed not currently functional. OOMs during backprop.")

torch_args = TorchrunArgs(**DEFAULT_TORCHRUN_ARGS)

Expand Down