Remove deprecated kwargs
Browse files- ipu_config.json +0 -2
ipu_config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"device_iterations": 2,
|
| 3 |
"embedding_serialization_factor": 1,
|
| 4 |
-
"enable_half_first_order_momentum": true,
|
| 5 |
"enable_half_partials": true,
|
| 6 |
"executable_cache_dir": "./exe_cache",
|
| 7 |
"gradient_accumulation_steps": 8,
|
|
@@ -20,5 +19,4 @@
|
|
| 20 |
"replicated_tensor_sharding": true,
|
| 21 |
"replication_factor": 4,
|
| 22 |
"seed": 42,
|
| 23 |
-
"use_popdist": false
|
| 24 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"device_iterations": 2,
|
| 3 |
"embedding_serialization_factor": 1,
|
|
|
|
| 4 |
"enable_half_partials": true,
|
| 5 |
"executable_cache_dir": "./exe_cache",
|
| 6 |
"gradient_accumulation_steps": 8,
|
|
|
|
| 19 |
"replicated_tensor_sharding": true,
|
| 20 |
"replication_factor": 4,
|
| 21 |
"seed": 42,
|
|
|
|
| 22 |
}
|