Skip to content

Commit

Permalink
Removed AimetEncodingRescaler from CMake, Removed pip pinning to olde…
Browse files Browse the repository at this point in the history
…r version from Docs

Signed-off-by: Bharath Ramaswamy <quic_bharathr@quicinc.com>
  • Loading branch information
quic-bharathr committed Dec 20, 2024
1 parent 6236704 commit 7b60b52
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Docs/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ The following pre-requisites apply to all variants. The GPU variants may need ad
# Install pre-requisite packages
apt-get install liblapacke libpython3-dev
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
**PyTorch**

Expand Down
3 changes: 0 additions & 3 deletions Docs/install/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ Install the selected AIMET package as specified below:

.. code-block:: bash
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down
3 changes: 0 additions & 3 deletions Docs/install/install_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ Install the selected AIMET package as specified below:

.. code-block:: bash
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down
1 change: 0 additions & 1 deletion TrainingExtensions/torch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ add_custom_target(TorchCppOps ALL
DEPENDS ${OUTPUT}
SOURCES
src/AimetTensorQuantizer.cpp
src/AimetEncodingRescaler.cpp
)

set(FILE_PATH "${CMAKE_BINARY_DIR}/artifacts/aimet_tensor_quantizer*.egg/AimetTensorQuantizer*.so")
Expand Down

0 comments on commit 7b60b52

Please sign in to comment.