TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

feat: data parallel inference examples

Open bowang007 opened this issue 1 year ago • 0 comments

Description

This PR shows a simple example about using accelerate library for data parallel inference.

Checklist:

  • [ ] My code follows the style guidelines of this project (You can use the linters)
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas and hacks
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have added tests to verify my fix or my feature
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] I have added the relevant labels to my PR in so that relevant reviewers are notified

bowang007 avatar May 02 '24 00:05 bowang007