Unverified Commit 39c37fe4 authored by Aman Gupta Karmani's avatar Aman Gupta Karmani Committed by GitHub
Browse files

Fix incorrect Boolean value in deepspeed example (#25788)

parent 738ecd17
...@@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre ...@@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre
```json ```json
{ {
"fp16": { "fp16": {
"enabled": "false", "enabled": false,
} }
} }
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment