Correct computation_settings

This commit is contained in:
tankya2
2024-02-05 10:41:23 +08:00
parent bc487022b3
commit 2d5fa9e520

View File

@@ -71,8 +71,8 @@ computation_settings = {
# Dense vector computation using multi node through MPI
computation_settings = {
'MPI_enabled': False,
'MPS_enabled': True,
'MPI_enabled': True,
'MPS_enabled': False,
'NCCL_enabled': False,
'expectation_enabled': False
}