Skip to content

Commit 011036f

Browse files
authored
Update installation.rst
1 parent 5523aac commit 011036f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ You can follow the steps below to install FlashInfer from source code:
155155
.. code-block:: bash
156156
157157
cd flashinfer
158-
TORCH_CUDA_ARCH_LIST="7.5 8.0 8.9 9.0a 10.0 12.0" FLASHINFER_ENABLE_AOT=1 pip install --no-build-isolation --verbose --editable .
158+
TORCH_CUDA_ARCH_LIST="7.5 8.0 8.9 9.0a 10.0 12.0 12.0a" FLASHINFER_ENABLE_AOT=1 pip install --no-build-isolation --verbose --editable .
159159
160160
5. Create FlashInfer distributions (optional):
161161

@@ -182,7 +182,7 @@ You can follow the steps below to install FlashInfer from source code:
182182
.. code-block:: bash
183183
184184
cd flashinfer
185-
TORCH_CUDA_ARCH_LIST="7.5 8.0 8.9 9.0a 10.0 12.0" FLASHINFER_ENABLE_AOT=1 python -m build --no-isolation --wheel
185+
TORCH_CUDA_ARCH_LIST="7.5 8.0 8.9 9.0a 10.0 12.0 12.0a" FLASHINFER_ENABLE_AOT=1 python -m build --no-isolation --wheel
186186
ls -la dist/
187187
188188
C++ API

0 commit comments

Comments
 (0)