Correct computation_settings

This commit is contained in:
tankya2
2024-02-05 10:41:23 +08:00
committed by yangliwei
parent 65a2c644c9
commit 5385b4d941

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
}