diff --git a/README.md b/README.md index 9f26c811d1..078dd43f9d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The Language Model Evaluation Harness is the backend for 🤗 Hugging Face's pop To install the `lm-eval` package from the github repository, run: ```bash -git clone https://github.com/EleutherAI/lm-evaluation-harness +git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness cd lm-evaluation-harness pip install -e . ```