From 3b90455fa8544ee66693b9ddd9e30cb150279347 Mon Sep 17 00:00:00 2001 From: Maziyar Panahi Date: Sun, 11 Feb 2024 16:14:26 +0100 Subject: [PATCH] Fix git clone in README (#27) Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35fc4d15..9d657e86 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: