Skip to content

Commit

Permalink
[Docs] Support CUDA 12.3 packages; deprecate 12.1 packages (#2957)
Browse files Browse the repository at this point in the history
This PR updates documents to add the CUDA 12.3 packages and deprecate
the 12.1 package support. We need CUDA 12.3 for some CUTLASS kernels
in H100 GPUs.
  • Loading branch information
MasterJH5574 authored Oct 1, 2024
1 parent 5dee045 commit 9221620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/install/mlc_llm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Select your operating system/compute platform and run the command in your termin
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cpu mlc-ai-nightly-cpu
.. tab:: CUDA 12.1
.. tab:: CUDA 12.2

.. code-block:: bash
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cu121 mlc-ai-nightly-cu121
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cu122 mlc-ai-nightly-cu122
.. tab:: CUDA 12.2
.. tab:: CUDA 12.3

.. code-block:: bash
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cu122 mlc-ai-nightly-cu122
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cu123 mlc-ai-nightly-cu123
.. tab:: ROCm 6.1

Expand Down
8 changes: 4 additions & 4 deletions docs/install/tvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ A nightly prebuilt Python package of Apache TVM Unity is provided.
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cpu
.. tab:: CUDA 12.1
.. tab:: CUDA 12.2

.. code-block:: bash
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cu121
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cu122
.. tab:: CUDA 12.2
.. tab:: CUDA 12.3

.. code-block:: bash
conda activate your-environment
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cu122
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cu123
.. tab:: ROCm 6.1

Expand Down

0 comments on commit 9221620

Please sign in to comment.