Skip to content

Commit

Permalink
Merge pull request #1 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update microbench.py
  • Loading branch information
kamahori authored Feb 15, 2024
2 parents 7628283 + d3aac5d commit 1ad7a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/microbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def expert_cpu(model, n_expert=1, batch_size=1, multithreading=False):
type=int,
default=1,
choices=[0, 1],
help="0: exeute at GPU (baseline), 1: offload to CPU.",
help="0: execute at GPU (baseline), 1: offload to CPU.",
)

args = parser.parse_args()
Expand Down

0 comments on commit 1ad7a6c

Please sign in to comment.