From d3aac5de848a547f7776a1f55a6b044c5255ef2a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 15 Feb 2024 14:15:53 +0900 Subject: [PATCH] Update microbench.py exeute -> execute --- benchmarks/microbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/microbench.py b/benchmarks/microbench.py index b654afe..7ee2517 100644 --- a/benchmarks/microbench.py +++ b/benchmarks/microbench.py @@ -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()