-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hello,
The FIL backend installation instructions indicate that:
The FIL backend is a part of Triton and can be installed via the methods described in the main Triton documentation.
However, when I download the latest Jetson release (tritonserver2.35.0-jetpack5.1.2.tgz
) for Triton, it does not appear to have the FIL backend:
$ tar --list tritonserver/backends -f tritonserver2.35.0-jetpack5.1.2.tgz
...
tritonserver/backends/identity/
...
tritonserver/backends/tensorflow/
...
tritonserver/backends/onnxruntime/
...
tritonserver/backends/python/
...
tritonserver/backends/pytorch/
...
tritonserver/backends/tensorrt/
...
(I also checked the tritonserver2.26.0-jetpack5.0.2.tgz
release, and had to use --list ./backends
instead of --list tritonserver/backends
and reached the same conclusion: FIL is not included.)
Does a pre-built FIL backend for Jetson exist? Note that I do not wish to use NGC Docker containers as those come with the kitchen sink of built-in tools which is not appropriate for my IoT application.
PS - I'm not sure if this issue belongs in this repository, or the server repo so I'm cross-posting this issue and will close one once I identify the appropriate location for the issue/ticket.