-
Notifications
You must be signed in to change notification settings - Fork 11
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 PyTorch installation doc #360
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amitkumar-amd
approved these changes
Dec 5, 2024
peterjunpark
added a commit
that referenced
this pull request
Dec 5, 2024
* remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization (cherry picked from commit 137dd8c)
peterjunpark
added a commit
that referenced
this pull request
Dec 14, 2024
* Add instructions for using udev to manage GPU access (#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
peterjunpark
added a commit
that referenced
this pull request
Dec 14, 2024
* Sync develop branches (#355) * Add instructions for using udev to manage GPU access (#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * update docker image support sections for 6.3 * remove old docker image support matrix page * move note --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
peterjunpark
added a commit
that referenced
this pull request
Dec 14, 2024
* Sync develop branches (#355) * Add instructions for using udev to manage GPU access (#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * update docker image support sections for 6.3 * remove old docker image support matrix page * move note --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
peterjunpark
added a commit
that referenced
this pull request
Dec 14, 2024
* Updated the pytorch docker image info related to preview images * Update docker image support sections for 6.3 (#356) * Sync develop branches (#355) * Add instructions for using udev to manage GPU access (#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * update docker image support sections for 6.3 * remove old docker image support matrix page * move note --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Jithun Nair <[email protected]> * fix typo * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Istvan Kiss <[email protected]> * fix pytorch docker image tags * fix docker image support tables --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Pruthvi Madugundu <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> Co-authored-by: Jithun Nair <[email protected]> Co-authored-by: Istvan Kiss <[email protected]>
peterjunpark
added a commit
that referenced
this pull request
Dec 14, 2024
* Updated the pytorch docker image info related to preview images * Update docker image support sections for 6.3 (#356) * Sync develop branches (#355) * Add instructions for using udev to manage GPU access (#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * update docker image support sections for 6.3 * remove old docker image support matrix page * move note --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Jithun Nair <[email protected]> * fix typo * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Istvan Kiss <[email protected]> * fix pytorch docker image tags * fix docker image support tables --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Pruthvi Madugundu <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> Co-authored-by: Jithun Nair <[email protected]> Co-authored-by: Istvan Kiss <[email protected]> (cherry picked from commit a981c66)
peterjunpark
pushed a commit
to peterjunpark/rocm-install-on-linux
that referenced
this pull request
Dec 19, 2024
…i error (ROCm#360) Co-authored-by: Alex Xu <[email protected]>
peterjunpark
added a commit
to peterjunpark/rocm-install-on-linux
that referenced
this pull request
Dec 19, 2024
* Add instructions for using udev to manage GPU access (ROCm#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (ROCm#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (ROCm#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (ROCm#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (ROCm#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (ROCm#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review * Change reference to kernel-mode GPU compute driver (ROCm#364) * Change reference to kernel-mode GPU compute driver * More changes for kernel-mode terminology * Fix linting * Change references in driver help * Update PyTorch and TensorFlow install for 6.3 (ROCm#367) * Updated the pytorch docker image info related to preview images * Update docker image support sections for 6.3 (ROCm#356) * Sync develop branches (ROCm#355) * Add instructions for using udev to manage GPU access (ROCm#325) * Added instructions for using udev to manage GPU access * editing * additional edits * update code block syntax * Updated wordlist to resolve linting error * remove duplicate word from .wordlist.txt * spell check does not ignore case :) * Removed "recommended" from the udev section header, moved group membership to be the first method listed * Group Membership -> group membership Co-authored-by: Young Hui - AMD <[email protected]> * udev Rules -> udev rules (sorry, old habits die hard)) Co-authored-by: Young Hui - AMD <[email protected]> * Udev -> udev rewording Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt Co-authored-by: Young Hui - AMD <[email protected]> * Update .wordlist.txt troubleshooting linting failure --------- Co-authored-by: Young Hui - AMD <[email protected]> * Updating commands in the SLES prerequisites section to use sudo * build(deps): Bump rocm-docs-core from 1.8.3 to 1.9.0 in /docs/sphinx (ROCm#355) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump rocm-docs-core from 1.9.0 to 1.9.2 in /docs/sphinx (ROCm#358) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix PyTorch installation doc (ROCm#360) * remove 6.3 * prettify docker image support sections * re-pip-compile requirements.txt * fix PyTorch 2.2.1 docker image miscategorization * build(deps): Bump rocm-docs-core from 1.9.2 to 1.11.0 in /docs/sphinx (ROCm#361) Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.2 to 1.11.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.2...v1.11.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Incorporate FAQ info into AMDGPU install and troubleshooting guides (ROCm#349) * Incorporate FAQ info into AMDGPU install and troubleshooting guides * Fix linting errors * Apply suggestions from the external review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * update docker image support sections for 6.3 * remove old docker image support matrix page * move note --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Jithun Nair <[email protected]> * fix typo * Update docs/install/3rd-party/pytorch-install.rst Co-authored-by: Istvan Kiss <[email protected]> * fix pytorch docker image tags * fix docker image support tables --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Pruthvi Madugundu <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> Co-authored-by: Jithun Nair <[email protected]> Co-authored-by: Istvan Kiss <[email protected]> * Update docs on installing and building JAX on ROCm (ROCm#369) * Update jax-install.rst * Format JAX install org add jax wheels anchor add dash fmt * update titles * update metadata --------- Co-authored-by: Ruturaj Vaidya <[email protected]> * add instruction to update zypper for SLES (ROCm#371) Co-authored-by: Alex Xu <[email protected]> * Adding python3-setuptools python3-wheel installation for fixing amdsmi issue (ROCm#372) Co-authored-by: Alex Xu <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Elliott <[email protected]> Co-authored-by: Young Hui - AMD <[email protected]> Co-authored-by: lsudarsh-amd <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Peter Park <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]> Co-authored-by: Pruthvi Madugundu <[email protected]> Co-authored-by: Jithun Nair <[email protected]> Co-authored-by: Istvan Kiss <[email protected]> Co-authored-by: Ruturaj Vaidya <[email protected]> Co-authored-by: Alex Xu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.