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

Fix wheel file names install #3699

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Docs/install/basic_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Use one of the following commands to install AIMET based on your choice of frame

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|.cu121\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|+cu121\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|


.. tab-item:: TensorFlow
Expand All @@ -63,13 +63,13 @@ Use one of the following commands to install AIMET based on your choice of frame

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|.cu118\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|+cu118\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|

.. tab-item:: ONNX
:sync: onnx
Expand All @@ -80,13 +80,13 @@ Use one of the following commands to install AIMET based on your choice of frame

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|.cu117\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|+cu117\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|

.. |whl_suffix| replace:: -cp310-cp310-manylinux_2_34_x86_64.whl
.. |download_url| replace:: \https://github.com/quic/aimet/releases/download/
Expand Down
2 changes: 1 addition & 1 deletion Docs/install/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Releases are listed at: https://github.com/quic/aimet/releases
export download_url="\https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_tensorflow-|version|.cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_tensorflow-|version|+cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

# NOTE: Do the following only for the PyTorch and ONNX variant packages!
Expand Down
6 changes: 3 additions & 3 deletions Docs/install/install_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/
export download_url="\https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_torch-|version|.cu121-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_torch-|version|+cu121-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

# NOTE: Do the following ONLY for the PyTorch and ONNX variant packages!
Expand Down Expand Up @@ -200,7 +200,7 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/
export download_url="\https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_tensorflow-|version|.cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_tensorflow-|version|+cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

**2.3 Install the selected AIMET package.**
Expand Down Expand Up @@ -276,7 +276,7 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/
export download_url="\https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_onnx-|version|.cu117-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_onnx-|version|+cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

**3.3 Install the selected AIMET package.**
Expand Down
12 changes: 6 additions & 6 deletions Docs/legacy/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ With CUDA 12.x:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|.cu121\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|+cu121\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_torch-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|


**Tensorflow 2.10 GPU**
Expand All @@ -160,13 +160,13 @@ With CUDA 11.x:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|.cu118\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|+cu118\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_tensorflow-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|


**ONNX 1.16 GPU**
Expand All @@ -175,13 +175,13 @@ With CUDA 11.x:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|.cu117\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|+cu117\ |whl_suffix| -f |torch_pkg_url|

With CPU only:

.. parsed-literal::

python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|.cpu\ |whl_suffix| -f |torch_pkg_url|
python3 -m pip install |download_url|\ |version|/aimet_onnx-\ |version|+cpu\ |whl_suffix| -f |torch_pkg_url|


Next steps
Expand Down
2 changes: 1 addition & 1 deletion Docs/legacy/install/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ https://github.com/quic/aimet/releases
export download_url="https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_tensorflow-1.34.0.cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_torch-1.35.1+cu121-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

# NOTE: Do the following only for the PyTorch and ONNX variant packages!
Expand Down
6 changes: 3 additions & 3 deletions Docs/legacy/install/install_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ https://github.com/quic/aimet/releases
export download_url="https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_torch-1.33.0.cu121-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_torch-1.35.1+cu121-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

# NOTE: Do the following ONLY for the PyTorch and ONNX variant packages!
Expand Down Expand Up @@ -244,7 +244,7 @@ https://github.com/quic/aimet/releases
export download_url="https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_tensorflow-1.34.0.cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_tensorflow-1.35.1+cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

**2.3 Install the selected AIMET package.**
Expand Down Expand Up @@ -320,7 +320,7 @@ https://github.com/quic/aimet/releases
export download_url="https://github.com/quic/aimet/releases/download/${release_tag}"

# Set the wheel file name with extension,
# for example "aimet_onnx-1.34.0.cu117-cp310-cp310-manylinux_2_34_x86_64.whl"
# for example "aimet_onnx-1.35.1+cu118-cp310-cp310-manylinux_2_34_x86_64.whl"
export wheel_file_name="<wheel file name>"

**3.3 Install the selected AIMET package.**
Expand Down
Loading