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

aimet-onnx 1.35.0 installation command is broken - wheel name changed from cu117 to cu118 #3673

Open
EchoLynx opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation installation Installation instructions

Comments

@EchoLynx
Copy link

EchoLynx commented Dec 19, 2024

Running the aimet-onnx GPU installation command from the installation documentation produces the following error:

$ python3 -m pip install https://github.com/quic/aimet/releases/download/1.35.0/aimet_onnx-1.35.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl -f https://download.pytorch.org/whl/torch_stable.html
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting aimet-onnx==1.35.0.cu117
  ERROR: HTTP error 404 while getting https://github.com/quic/aimet/releases/download/1.35.0/aimet_onnx-1.35.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl
ERROR: Could not install requirement aimet-onnx==1.35.0.cu117 from https://github.com/quic/aimet/releases/download/1.35.0/aimet_onnx-1.35.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://github.com/quic/aimet/releases/download/1.35.0/aimet_onnx-1.35.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl for URL https://github.com/quic/aimet/releases/download/1.35.0/aimet_onnx-1.35.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl

It looks like the documentation hasn't kept up with a change in the wheel name, which seems to represent a change from using CUDA 11.7 (cu117) to CUDA 11.8 (cu118).

On the release page for AIMET 1.35.0, you can see that the aimet-onnx whl file for GPU now uses cu118 instead of cu117. Interestingly, the release notes still say cu117.
aimet-onnx_1 35 0_documentation_error
Returning to the installation documentation, you can see that cu117 is still used for the wheel name, and that's what's causing the 404 error.
aimet-onnx_1 35 0_documentation_error_1

@quic-hitameht quic-hitameht added documentation Improvements or additions to documentation installation Installation instructions labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation installation Installation instructions
Projects
None yet
Development

No branches or pull requests

3 participants