vineethanandh commited on
Commit
a3a3ea3
1 Parent(s): 6df0215

Update gaudi_config.json

Browse files

The comma at the end is causing an issue to read the json

Files changed (1) hide show
  1. gaudi_config.json +1 -1
gaudi_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
  "use_fused_adam": true,
3
- "use_fused_clip_norm": true,
4
  }
 
1
  {
2
  "use_fused_adam": true,
3
+ "use_fused_clip_norm": true
4
  }