Skip to content

Commit cec5b6a

Browse files
committed
Warnings fixed
1 parent 48c3e5c commit cec5b6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/install/3rd-party/dgl-install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install DGL
2424

2525
To install DGL on ROCm, you have the following options:
2626

27-
- :ref:`Use the prebuilt Docker image <using-docker-with-dgl-pre-installed>` **(recommended)**
27+
- :ref:`Use the prebuilt Docker image <using-pre-docker-with-dgl-pre-installed>` **(recommended)**
2828
- :ref:`Build your own docker image <build-dgl-rocm-docker-image>`
2929
- :ref:`Use a wheels package <dgl-wheels-package>`
3030

@@ -254,7 +254,7 @@ After installing a ``.whl`` file, you can confirm that the package was installed
254254
Test the DGL installation
255255
================================================================================
256256

257-
To verify that DGL has been successfully installed, run the Docker container as described in the :ref:`Installing DGL section <using-docker-with-dgl-pre-installed>`.
257+
To verify that DGL has been successfully installed, run the Docker container as described in the :ref:`Installing DGL section <using-pre-docker-with-dgl-pre-installed>`.
258258
Once inside the container, ensure you have access to the Bash shell.
259259

260260
To check for a shared library:

docs/install/3rd-party/previous-versions/verl-install-v25.6.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Install verl
2626

2727
To install verl on ROCm, you have the following options:
2828

29-
- :ref:`Use the prebuilt Docker image <using-docker-with-verl-pre-installed>` **(recommended)**
30-
- :ref:`Build your own Docker image <build-verl-rocm-docker-image>`
29+
- :ref:`Use the prebuilt Docker image <using-docker-with-verl-pre-installed-v256>` **(recommended)**
30+
- :ref:`Build your own Docker image <build-verl-rocm-docker-image-v256>`
3131

3232
Running verl in a Docker environment is suitable for both runtime and CI workflows.
3333

34-
.. _using-docker-with-verl-pre-installed:
34+
.. _using-docker-with-verl-pre-installed-v256:
3535

3636
Use a prebuilt Docker image with verl pre-installed
3737
--------------------------------------------------------------------------------
@@ -57,7 +57,7 @@ Prebuilt Docker images with verl configured for ROCm 6.2.0 are available on `Doc
5757
rocm/verl:verl-0.3.0.post0_rocm6.2_vllm0.6.3 /bin/bash
5858
5959
60-
.. _build-verl-rocm-docker-image:
60+
.. _build-verl-rocm-docker-image-v256:
6161

6262
Build your own Docker image
6363
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)