uber / neuropod

A uniform interface to run deep learning models from multiple frameworks
https://neuropod.ai
Apache License 2.0
936 stars 77 forks source link

Support Torchscript 1.9 in neuropod #516

Closed qiyanz closed 3 years ago

qiyanz commented 3 years ago

Feature

Do we plan to support Torch/Torchscript 1.9 in the next neuropod release?

Is your feature request related to a problem? Please describe.

Torch 1.9 is required by a Uber internal team because they want to use the new profiler feature in it.

Describe the solution you'd like

Add the 1.9's libtorch to neuropod

Describe alternatives you've considered

None

Additional context

None