Remove deprecated kwargs
Browse files- ipu_config.json +0 -1
 
    	
        ipu_config.json
    CHANGED
    
    | 
         @@ -1,7 +1,6 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "device_iterations": 1,
         
     | 
| 3 | 
         
             
              "embedding_serialization_factor": 2,
         
     | 
| 4 | 
         
            -
              "enable_half_first_order_momentum": true,
         
     | 
| 5 | 
         
             
              "enable_half_partials": true,
         
     | 
| 6 | 
         
             
              "executable_cache_dir": "./exe_cache",
         
     | 
| 7 | 
         
             
              "gradient_accumulation_steps": 512,
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "device_iterations": 1,
         
     | 
| 3 | 
         
             
              "embedding_serialization_factor": 2,
         
     | 
| 
         | 
|
| 4 | 
         
             
              "enable_half_partials": true,
         
     | 
| 5 | 
         
             
              "executable_cache_dir": "./exe_cache",
         
     | 
| 6 | 
         
             
              "gradient_accumulation_steps": 512,
         
     |