From 21d932069b4db145d11295cc93be403844fbf1f2 Mon Sep 17 00:00:00 2001 From: zijiexia <37504505+zijiexia@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:58:35 -0700 Subject: [PATCH] docs: drop unreachable inkling LoRA benchmark entry (#33251) Co-authored-by: Claude Opus 5 --- .../src/snippets/configs/thinkingmachines/inkling-benchmarks.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs_new/src/snippets/configs/thinkingmachines/inkling-benchmarks.jsx b/docs_new/src/snippets/configs/thinkingmachines/inkling-benchmarks.jsx index aac64cc35..35bd5df33 100644 --- a/docs_new/src/snippets/configs/thinkingmachines/inkling-benchmarks.jsx +++ b/docs_new/src/snippets/configs/thinkingmachines/inkling-benchmarks.jsx @@ -53,5 +53,4 @@ export const benchmarks = [ { match: { hw: "gb300" , variant: "lora" , quant: "nvfp4" , strategy: "balanced" , nodes: "single" } }, { match: { hw: "h200" , variant: "lora" , quant: "nvfp4" , strategy: "balanced" , nodes: "single" } }, { match: { hw: "gb300" , variant: "lora" , quant: "bf16" , strategy: "balanced" , nodes: "multi-2" } }, - { match: { hw: "h200" , variant: "lora" , quant: "bf16" , strategy: "balanced" , nodes: "single" } }, ];