Skip to content

Commit

Permalink
Merge branch 'master' into gma/fix_cpu_inference
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Nov 6, 2023
2 parents 0c6fa89 + a591992 commit 3dd7d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/runtime/activation_checkpointing/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"partitioned_activations": [true|false],
"number_checkpoints": 100,
"contiguous_memory_optimization": [true|false],
"cpu_checkpointing": [true|false]
"cpu_checkpointing": [true|false],
"profile": [true|false],
"synchronize_checkpoint_boundary": [true|false],
}
Expand Down

0 comments on commit 3dd7d34

Please sign in to comment.