From f3e819ba615467c563ede19fc53c0e5c7ef84881 Mon Sep 17 00:00:00 2001 From: Sean Westfall Date: Sun, 6 Sep 2026 23:23:15 -1000 Subject: [PATCH] docs: add OLMo 2 to batch-invariance tested models Signed-off-by: Sean Westfall --- docs/features/batch_invariance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/batch_invariance.md b/docs/features/batch_invariance.md index 73f7c41877e2..789878f48a96 100644 --- a/docs/features/batch_invariance.md +++ b/docs/features/batch_invariance.md @@ -134,6 +134,7 @@ Batch invariance has been tested and verified on the following models: - **Granite 3.1 (MoE)**: `ibm-granite/granite-3.1-1b-a400m-instruct`, `ibm-granite/granite-3.1-3b-a800m-instruct` - **Granite 3.1 (Dense)**: `ibm-granite/granite-3.1-2b-instruct`, `ibm-granite/granite-3.1-8b-instruct` - **EXAONE 4.0 series**: `LGAI-EXAONE/EXAONE-4.0-1.2B`, `LGAI-EXAONE/EXAONE-4.0.1-32B`, `LGAI-EXAONE/EXAONE-4.0-32B` +- **OLMo 2**: `allenai/OLMo-2-0425-1B-Instruct` Other models may also work, but these have been explicitly validated. If you encounter issues with a specific model, please report them on the [GitHub issue tracker](https://github.com/vllm-project/vllm/issues/new/choose).