Remove deprecated kwargs
Browse files- ipu_config.json +2 -3
    	
        ipu_config.json
    CHANGED
    
    | @@ -3,14 +3,13 @@ | |
| 3 | 
             
              "recompute_checkpoint_every_layer": true,
         | 
| 4 | 
             
              "optimizer_state_offchip": true,
         | 
| 5 | 
             
              "replicated_tensor_sharding": true,
         | 
| 6 | 
            -
              "enable_half_first_order_momentum": true,
         | 
| 7 | 
             
              "enable_half_partials": true,
         | 
| 8 |  | 
| 9 | 
            -
              "replication_factor":  | 
| 10 | 
             
              "gradient_accumulation_steps": 16,
         | 
| 11 | 
             
              "device_iterations": 1,
         | 
| 12 | 
             
              "inference_device_iterations": 5,
         | 
| 13 | 
            -
              "inference_replication_factor":  | 
| 14 | 
             
              "executable_cache_dir": "./exe_cache",
         | 
| 15 |  | 
| 16 | 
             
              "ipus_per_replica": 4,
         | 
|  | |
| 3 | 
             
              "recompute_checkpoint_every_layer": true,
         | 
| 4 | 
             
              "optimizer_state_offchip": true,
         | 
| 5 | 
             
              "replicated_tensor_sharding": true,
         | 
|  | |
| 6 | 
             
              "enable_half_partials": true,
         | 
| 7 |  | 
| 8 | 
            +
              "replication_factor": 1,
         | 
| 9 | 
             
              "gradient_accumulation_steps": 16,
         | 
| 10 | 
             
              "device_iterations": 1,
         | 
| 11 | 
             
              "inference_device_iterations": 5,
         | 
| 12 | 
            +
              "inference_replication_factor": 1,
         | 
| 13 | 
             
              "executable_cache_dir": "./exe_cache",
         | 
| 14 |  | 
| 15 | 
             
              "ipus_per_replica": 4,
         | 
