You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using the PyTorch backend as our main inference path.
On my local machine, downloading and compiling TensorRT is quite slow, so I’d prefer to avoid it if possible.
However, I noticed that several modules (e.g., the logger) still depend on TensorRT.
Is there any plan—or a feasible way—to make TensorRT optional or remove this dependency entirely for users who only need PyTorch?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We're currently using the PyTorch backend as our main inference path.
On my local machine, downloading and compiling TensorRT is quite slow, so I’d prefer to avoid it if possible.
However, I noticed that several modules (e.g., the logger) still depend on TensorRT.
Is there any plan—or a feasible way—to make TensorRT optional or remove this dependency entirely for users who only need PyTorch?
Beta Was this translation helpful? Give feedback.
All reactions