From f0a842e095765c9008f455e47e014d7a70344b11 Mon Sep 17 00:00:00 2001 From: shpark1104 Date: Sat, 21 Feb 2026 17:16:40 +0900 Subject: [PATCH] Fix evaluation README uv sync command Signed-off-by: shpark1104 --- evaluation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index b16a8369..c80de55c 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -5,7 +5,7 @@ We support evaluation for all the presses implemented in the library, on a variety of popular benchmarks. ### Quick Start 🚀 -> Evaluation requires some additional packages. You can install them with `uv sync --group eval` +> Evaluation requires some additional packages. You can install them with `uv sync --extra eval` Running evaluation is straightforward! Make sure you are in the `evaluation` directory, then: