Skip to content

Commit

Permalink
WIP started readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zaccharieramzi committed Jan 7, 2022
1 parent 0328e68 commit 38a0662
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# My python package template
# JZ-hydra-submitit-launcher

![GitHub Workflow Build Status](https://github.com/zaccharieramzi/my-python-package-template/workflows/Continuous%20testing/badge.svg)
![GitHub Workflow Build Status](https://github.com/zaccharieramzi/jz-hydra-submitit-launcher/workflows/Continuous%20testing/badge.svg)

With Readme, gitignore, travis, GitHub workflow, reqs and tree structure
A Jean Zay tailored Hydra submitit launcher based on [Hydra](https://hydra.cc/docs/intro/) and its [submitit-launcher plugin](https://hydra.cc/docs/plugins/submitit_launcher/).
Basically it extends the submitit-launcher plugin with defaults that make sense for Jean Zay.

TODO to make the repo viable:
- [ ] change the name of the `my_package` folder
- [ ] change the name of the package in `setup.py`
- [ ] change the name of the test folder in the GitHub action
- [ ] Updated the Readme
## Install

This package can be installed via pip:
```
pip install jz-hydra-submitit-launcher
```

You can also install it from source:
```
git clone https://github.com/zaccharieramzi/jz-hydra-submitit-launcher.git
cd jz-hydra-submitit-launcher
pip install .
```

## Use

0 comments on commit 38a0662

Please sign in to comment.