Fix incorrect Boolean value in deepspeed example (#25788)

This commit is contained in:
Aman Gupta Karmani
2023-08-29 03:22:37 -04:00
committed by GitHub
parent 738ecd17d8
commit 39c37fe45c

View File

@@ -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,
} }
} }
``` ```