Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emattia committed Nov 2, 2023
1 parent 2b7a266 commit ed7c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use the MPI integration in your Metaflow steps, you will need those steps to
### Getting Started
After installing the module, you can import the `mpi` decorator and annotate steps with it.
Doing this exposes four new methods on the Metaflow `current` object, which you can see described in context of the following workflow scaffolding:
```
```python
# flow.py
from metaflow import FlowSpec, step, batch, mpi, current

Expand Down

0 comments on commit ed7c462

Please sign in to comment.