Skip to content

Commit

Permalink
Fix incorrect Boolean value in deepspeed example (huggingface#25788)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored and parambharat committed Sep 26, 2023
1 parent 2df7d87 commit f7bd8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/main_classes/deepspeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre
```json
{
"fp16": {
"enabled": "false",
"enabled": false,
}
}
```
Expand Down

0 comments on commit f7bd8c0

Please sign in to comment.