Skip to content

Provide ARM release to allow support for FIL backend on Jetson and other ARM platforms #362

@blthayer

Description

@blthayer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions