From 49939c1f0267cf88f42715221fe3aff7dd270915 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 8 Jun 2025 10:14:07 -0400 Subject: [PATCH] Fix typo in evaluation README.md (#8987) --- evaluation/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index b0cddcbea5..55bef746d6 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -71,7 +71,6 @@ EVAL_CONDENSER=summarizer_for_eval \ The name is up to you, but should match a name defined in your `config.toml` file. The last argument in the command specifies the condenser configuration to use. In this case, `summarizer_for_eval` is used, which refers to the LLM-based summarizing condenser as defined above. If no condenser configuration is specified, the 'noop' condenser will be used by default, which keeps the full conversation history. -``` For other configurations specific to evaluation, such as `save_trajectory_path`, these are typically set in the `get_config` function of the respective `run_infer.py` file for each benchmark.