From c8d6543bb5eea01031b0353df4e67b4c814590fe Mon Sep 17 00:00:00 2001 From: Maziyar Panahi Date: Fri, 9 Feb 2024 12:47:37 +0100 Subject: [PATCH] Fix git clone in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bce5a04f..1eb947c62 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ conda create -n lighteval python==3.10 Clone the package ```bash -git clone -cd lighteval-harness +git clone https://github.com/huggingface/lighteval.git +cd lighteval ``` Install the dependencies. For the default installation, you just need: