Skip to content

Commit c1f32e9

Browse files
Fix git clone in README (#27)
Co-authored-by: Nathan Habib <[email protected]>
1 parent de94029 commit c1f32e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ conda create -n lighteval python==3.10
4646

4747
Clone the package
4848
```bash
49-
git clone
50-
cd lighteval-harness
49+
git clone https://github.com/huggingface/lighteval.git
50+
cd lighteval
5151
```
5252

5353
Install the dependencies. For the default installation, you just need:

0 commit comments

Comments
 (0)