"tests/vscode:/vscode.git/clone" did not exist on "2af199c42b545f6248475ce456dd6c2a351b8522"
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
```json
{
"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