peng
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel
|
|
| 16 |
```
|
| 17 |
## **flashinfer.whl**
|
| 18 |
```
|
| 19 |
-
cd flashinfer/
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
```
|
|
|
|
| 16 |
```
|
| 17 |
## **flashinfer.whl**
|
| 18 |
```
|
| 19 |
+
cd flashinfer/python/
|
| 20 |
+
FLASHINFER_BUILD_VERSION="999.0.4+cu124torch2.3" TORCH_CUDA_ARCH_LIST="8.0 8.9" python -m build --no-isolation
|
| 21 |
+
|
| 22 |
+
The "-Wno-switch-bool" parameter needs to be removed in setup.py. nvcc 12.4 does not have this option.
|
| 23 |
```
|