From c43b945cf099681298dc53829c16c93169d13fd1 Mon Sep 17 00:00:00 2001 From: Liubov Talamanova Date: Mon, 16 Sep 2024 10:30:52 +0100 Subject: [PATCH] Remove link from WWB README.md (#860) Cloning https://github.com/andreyanufr/who_what_benchmark.git is no longer needed --- llm_bench/python/who_what_benchmark/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/llm_bench/python/who_what_benchmark/README.md b/llm_bench/python/who_what_benchmark/README.md index 0bd212264d..008a5b92f2 100644 --- a/llm_bench/python/who_what_benchmark/README.md +++ b/llm_bench/python/who_what_benchmark/README.md @@ -46,7 +46,6 @@ metrics_per_prompt, metrics = evaluator.score(optimized_model, test_data=prompts ### Installing -* git clone https://github.com/andreyanufr/who_what_benchmark.git * python -m venv eval_env * source eval_env/bin/activate * pip install -r requirements.txt