"...git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "111c27b077d9d8967e27299798bfbcfad384c463"
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