pytorch/serve

Accelerated preprocessing

Open

#1,546 创建于 2022年4月1日

在 GitHub 查看
 (1 评论) (3 反应) (0 负责人)Java (3,844 star) (790 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南