Fix incorrect Boolean value in deepspeed example (#25788)
This commit is contained in:
committed by
GitHub
parent
738ecd17d8
commit
39c37fe45c
@@ -1412,7 +1412,7 @@ the full fp32 mode, by explicitly disabling the otherwise default fp16 mixed pre
|
||||
```json
|
||||
{
|
||||
"fp16": {
|
||||
"enabled": "false",
|
||||
"enabled": false,
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user