From 15311a4db00e73497522cdae05b87baa3d73de7b Mon Sep 17 00:00:00 2001 From: "Jun, Koo" Date: Mon, 26 May 2025 03:49:16 +0900 Subject: [PATCH] fix: Improve grammar and clarify phrasing in README.md Corrected a grammatical error and improved the phrasing in the "Benchmark" section of README.md. Changed "model layout that do not supported" to "model layouts that are not supported" for better grammatical accuracy and to generalize the statement appropriately. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69a3f1b..7d218ec9 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ python utils/e2e_benchmark.py -m /path/to/model -n 200 -p 256 -t 4 This command would run the inference benchmark using the model located at `/path/to/model`, generating 200 tokens from a 256 token prompt, utilizing 4 threads. -For the model layout that do not supported by any public model, we provide scripts to generate a dummy model with the given model layout, and run the benchmark on your machine: +For the model layouts that are not supported by any public model, we provide scripts to generate a dummy model with the given model layout, and run the benchmark on your machine: ```bash python utils/generate-dummy-bitnet-model.py models/bitnet_b1_58-large --outfile models/dummy-bitnet-125m.tl1.gguf --outtype tl1 --model-size 125M