pytorch/serve

Accelerated preprocessing

Open

#1546 aperta il 1 apr 2022

Vedi su GitHub
 (1 commento) (3 reazioni) (0 assegnatari)Java (790 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3844 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

This recent PR by @min-jean-cho https://github.com/pytorch/serve/pull/1545 has made me realize how much performance we're leaving on the table when it comes to acceleration of preprocessing operations. We could more easily support more torchvision backends, faster tokenizers and add more hardware specific configurations to make it for developers to pick and choose.

This will also help our #1457 efforts since there we'd only considered so far performance of torchserve and inference()

  • Accelerated decoding
  • Accelerated preprocessing ops
  • Graph mode accelerated processing ops - like DALI

Guida contributor