From 1f52c9599e9448c52643822ad76cfce62debb8f4 Mon Sep 17 00:00:00 2001 From: mzegla Date: Tue, 5 May 2026 11:55:45 +0200 Subject: [PATCH] update lmms_eval to v0.7.1 --- demos/continuous_batching/accuracy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/continuous_batching/accuracy/README.md b/demos/continuous_batching/accuracy/README.md index 7625b7d874..e67d2b98af 100644 --- a/demos/continuous_batching/accuracy/README.md +++ b/demos/continuous_batching/accuracy/README.md @@ -81,7 +81,7 @@ export OPENAI_BASE_URL=http://localhost:8000/v3 export OPENAI_API_KEY="unused" git clone https://github.com/EvolvingLMMs-Lab/lmms-eval cd lmms-eval -git checkout f64dfa5fd063e989a0a665d2fd0615df23888c83 +git checkout 88b23e2bfa16a1edbc16e9e238ed82130b3a4f56 pip install -e . --extra-index-url "https://download.pytorch.org/whl/cpu" python -m lmms_eval \ --model openai_compatible \