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

Install doc edits. #3398

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

dwelsch-esi
Copy link
Contributor

Grammar and style edits to all installation documentation. Some contents rearranged to make instructions more clear. Install from release packages reorganized by framework.


The AIMET PyTorch GPU PyPI packages are available for environments that meet the following requirements:
- :doc:`Install manually <install_host>`
- :doc:`Install a Docker image, including from a pre-built image or local build <install_docker>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can consider rewording as follows:

Install or build within a docker container from a pre-built image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

Install a pre-built or locally built image in a Docker container

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's word it like this:
Install within a Docker container from a pre-built or locally built Docker image

@quic-hitameht quic-hitameht linked an issue Oct 18, 2024 that may be closed by this pull request
Copy link
Contributor

@quic-bharathr quic-bharathr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some feedback- please review and LMK if any questions. I understand a lot of content was paraphrased and reorganized. Also, could you please ensure the format is largely consistent across the Install Docker and Install Host pages. For instance the latter has separate sections for pytorch, TF and ONNX; whereas the former has everything combined. Thanks for your work.

Signed-off-by: Dave Welsch <[email protected]>

apt-get install liblapacke -y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remind me where these steps moved to?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The install procedures follow below in the order they're listed (starting immediately below with PyTorch). Presumably in the Install rewrite they'll be on separate pages or in tabs to avoid the confusion of listing them sequentially.

It looks like I forgot to include the liblapacke install instruction on this page. Does this apply only to the PyTorch PyPI install, or generally to all the installs? I'll modify here and on the main install page as needed.

I've also omitted the PyPI quick install instructions on this page. This exists on the main install page, and this page gives complete instructions for the wheel install. Is it necessary to include the PyPI install here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Does this apply only to the PyTorch PyPI install, or generally to all the installs?" Good question - Let's add it to all installs for now. We can remove from the others later if they are not needed

Copy link
Contributor

@quic-bharathr quic-bharathr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dwelsch-esi Looks good. I added a few more comments. After addressing them, can you also please rebase your branch with the latest upstream develop tip. Please contact me if you need any help.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grammar / Style edits for installation
3 participants