File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ You can follow the steps below to install FlashInfer from source code:
155
155
.. code-block :: bash
156
156
157
157
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 .
159
159
160
160
5. Create FlashInfer distributions (optional):
161
161
@@ -182,7 +182,7 @@ You can follow the steps below to install FlashInfer from source code:
182
182
.. code-block :: bash
183
183
184
184
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
186
186
ls -la dist/
187
187
188
188
C++ API
You can’t perform that action at this time.
0 commit comments