update to use dynamic shapes

#3
by skaulintel - opened
Files changed (1) hide show
  1. gaudi_config.json +1 -0
gaudi_config.json CHANGED
@@ -2,4 +2,5 @@
2
  "use_torch_autocast": true,
3
  "use_fused_adam": true,
4
  "use_fused_clip_norm": true
 
5
  }
2
  "use_torch_autocast": true,
3
  "use_fused_adam": true,
4
  "use_fused_clip_norm": true
5
+ "use_dynamic_shapes": true
6
  }