Skip to content

Commit

Permalink
Correct computation_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Feb 5, 2024
1 parent bc48702 commit 2d5fa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2d5fa9e

Please sign in to comment.