Skip to content

Commit 6e91fdc

Browse files
authored
delete unneeded files (#3108)
* delete unneeded files
1 parent 28001d2 commit 6e91fdc

File tree

4 files changed

+12
-64
lines changed

4 files changed

+12
-64
lines changed

.coveragerc

Lines changed: 0 additions & 28 deletions
This file was deleted.

.flake8

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,19 @@ lm_eval \
572572

573573
In the stdout, you will find the link to the W&B run page as well as link to the generated report. You can find an example of this workflow in [examples/visualize-wandb.ipynb](examples/visualize-wandb.ipynb), and an example of how to integrate it beyond the CLI.
574574

575-
## How to Contribute or Learn More?
575+
## Contributing
576576

577-
For more information on the library and how everything fits together, check out all of our [documentation pages](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/docs)! We plan to post a larger roadmap of desired + planned library improvements soon, with more information on how contributors can help.
577+
Check out our [open issues](https://github.com/EleutherAI/lm-evaluation-harness/issues) and feel free to submit pull requests!
578+
579+
For more information on the library and how everything fits together, see our [documentation pages](https://github.com/EleutherAI/lm-evaluation-harness/tree/main/docs).
580+
581+
To get started with development, first clone the repository and install the dev dependencies:
582+
583+
```bash
584+
git clone https://github.com/EleutherAI/lm-evaluation-harness
585+
cd lm-evaluation-harness
586+
pip install -e ".[dev]"
587+
````
578588

579589
### Implementing new tasks
580590

mypy.ini

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)