Skip to content

Commit

Permalink
Merge pull request #281 from EleutherAI/AlexTMallen-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lauritowal authored Jul 31, 2023
2 parents d45cbbd + be08c5b commit fc3c9d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Our code is based on [PyTorch](https://pytorch.org)
and [Huggingface Transformers](https://huggingface.co/docs/transformers/index). We test the code on Python 3.10 and
3.11.

First install the package with `pip install -e .` in the root directory, or `pip install -e .[dev]` if you'd like to
contribute to the project (see **Development** section below). This should install all the necessary dependencies.
First install the package with `pip install -e .` in the root directory, or `pip install eleuther-elk` to install from PyPi. Use `pip install -e .[dev]` if you'd like to contribute to the project (see **Development** section below). This should install all the necessary dependencies.

To fit reporters for the HuggingFace model `model` and dataset `dataset`, just run:

Expand Down

0 comments on commit fc3c9d6

Please sign in to comment.