Docs - removing link to gpu installer (#618)

* removing link to gpu installer

* updated the readme and fixed a landing page issue
このコミットが含まれているのは:
spolifroni-amd
2025-08-01 15:24:37 -04:00
committed by GitHub
コミット f1d5236921
3個のファイルの変更8行の追加3行の削除
+6 -2
ファイルの表示
@@ -28,7 +28,7 @@ access the video decoding features available on your GPU.
> [!IMPORTANT]
> * `gfx908` or higher GPU required
* Install ROCm `6.3.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html): **Required** usecase:`rocm`
* Install ROCm `6.3.0` or later with `amdgpu-install` and usecase:`rocm`
> [!IMPORTANT]
> `sudo amdgpu-install --usecase=rocm`
@@ -101,7 +101,11 @@ The installation process uses the following steps:
* [ROCm-supported hardware](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) install verification
* Install ROCm `6.3.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with `--usecase=rocm`
* Install ROCm `6.3.0` or later with `amdgpu-install` and `--usecase=rocm`:
```
sudo amdgpu-install --usecase=rocm
```
>[!IMPORTANT]
> Use **either** [package install](#package-install) **or** [source install](#source-install) as described below.
+1
ファイルの表示
@@ -17,6 +17,7 @@ The rocDecode public repository is located at `https://github.com/ROCm/rocDecode
.. grid-item-card:: Install
* :doc:`rocDecode prerequisites <./install/rocDecode-prerequisites>`
* :doc:`Installing rocDecode with the package installer <./install/rocDecode-package-install>`
* :doc:`Building and installing rocDecode from source code <./install/rocDecode-build-and-install>`
* `rocDecode Docker containers <https://github.com/ROCm/rocDecode/tree/develop/docker>`_
+1 -1
ファイルの表示
@@ -8,7 +8,7 @@ rocDecode prerequisites
rocDecode requires ROCm 6.1 or later running on `accelerators based on the CDNA architecture <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html>`_.
ROCm must be installed using the [AMDGPU installer](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with the ``rocm`` usecase:
ROCm must be installed using the AMDGPU installer with the ``rocm`` usecase:
.. code:: shell