Correct computation_settings
This commit is contained in:
@@ -71,8 +71,8 @@ computation_settings = {
|
|||||||
|
|
||||||
# Dense vector computation using multi node through MPI
|
# Dense vector computation using multi node through MPI
|
||||||
computation_settings = {
|
computation_settings = {
|
||||||
'MPI_enabled': False,
|
'MPI_enabled': True,
|
||||||
'MPS_enabled': True,
|
'MPS_enabled': False,
|
||||||
'NCCL_enabled': False,
|
'NCCL_enabled': False,
|
||||||
'expectation_enabled': False
|
'expectation_enabled': False
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user