From 0b822daec12169c9d3e01a7375a3aa61aec96724 Mon Sep 17 00:00:00 2001 From: "The Duck Co." Date: Sun, 12 Jul 2026 20:37:19 -0700 Subject: [PATCH] docs: fix duplicated word in benchmark README --- examples/benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/README.md b/examples/benchmark/README.md index 87e95303..79325a0b 100644 --- a/examples/benchmark/README.md +++ b/examples/benchmark/README.md @@ -9,7 +9,7 @@ and [HuggingFace Transformers](https://huggingface.co/docs/transformers/index). As configured, the benchmark job will deserialize [OPT-30B](https://huggingface.co/facebook/opt-30b) 100 times using each library. -This can be reconfigured by changing the the `MODEL_ID` and `MODEL_PATH` +This can be reconfigured by changing the `MODEL_ID` and `MODEL_PATH` environment variables described under [Serialization](#serialization) and [Deserialization](#deserialization) below.