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 PyTorch installation doc #360

Merged
merged 4 commits into from
Dec 5, 2024
Merged

Conversation

peterjunpark
Copy link
Contributor

No description provided.

@peterjunpark peterjunpark marked this pull request as ready for review December 4, 2024 19:12
@peterjunpark peterjunpark requested a review from a team as a code owner December 4, 2024 19:12
@peterjunpark peterjunpark merged commit 137dd8c into ROCm:develop Dec 5, 2024
3 checks passed
@peterjunpark peterjunpark deleted the pytorch-63 branch December 5, 2024 02:52
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants