Lightning-AI / Lightning-AI/pytorch-lightning
distributed inference
@awaelchli is already working on this.
Since Jul 13, 2022.
- Dominant language
- Python
- Stars
- 31.4k
- Forks
- 3.8k
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 6
Description
We need to support distributed inference...
In addition, for now, let's make sure to add a warning when a user runs predict with accelerators > 1:
```bash
“warning: you’re running .predict with devices > 1. predictions across multiple {self.accelerator}s is not yet supported.”
# prints like
“warning: you’re running .predict with devices > 1. predictions across multiple GPUs is not yet supported.”
```
so that user could do: https://github.com/Lightning-AI/lightning/pull/15149#issuecomment-1282360328
cc @justusschock @kaushikb11 @awaelchli @akihironitta @rohitgr7 @Borda @carmocca
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.