Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64 compatibility #86

Open
felixkarevo opened this issue Oct 11, 2024 · 2 comments
Open

ARM64 compatibility #86

felixkarevo opened this issue Oct 11, 2024 · 2 comments

Comments

@felixkarevo
Copy link

Any chance you will provide a Docker container for ARM64 compatibility? The main issue here is that TensorRT-LLM is not compatible with my ARM64 (aarch64) architecture.

When building the Model Optimizer example docker container I get this error ERROR: failed to solve: process "/bin/sh -c pip install \"tensorrt-llm~=$TRT_LLM_VERSION\" -U" did not complete successfully: exit code: 1.

@kevalmorabia97
Copy link
Collaborator

If you dont need tensorrt-llm, you can remove steps related to it in docker/Dockerfile. But note that Model Optimizer is not yet officially supported for Arm. We will officially support it in next release later this month. But you are free to use previous version on Arm (not Jetson Orin). Most features should still work.

@kevalmorabia97
Copy link
Collaborator

Note that from our latest release 0.19.0, we officially support SBSA Arm (not Jetson Orin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants