Skip to content

Commit

Permalink
added basic use in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zaccharieramzi committed Jan 7, 2022
1 parent d226fed commit 1289cde
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,19 @@ cd jz-hydra-submitit-launcher
pip install .
```

## Use
## Use

The primary use is with the `hydra-submitit-launch` command with your script name and the config type:
```
hydra-submitit-launch my_app.py dev
```

## Available configs

## Advanced use


## References
- Hydra: https://hydra.cc/docs/intro/
- submitit-launcher: https://hydra.cc/docs/plugins/submitit_launcher/
- submitit: https://github.com/facebookincubator/submitit

0 comments on commit 1289cde

Please sign in to comment.