Skip to content

Commit b689470

Browse files
authored
Update BUILD.md
1 parent ac3ef22 commit b689470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILD.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Then you can either download some dependencies online, or set up an offline buil
3838
A minimal CUDA toolchain (`ptxas.exe`, `cuda.h`, `cuda.lib`) and TinyCC will be downloaded and bundled in the wheel.
3939

4040
If you're in China, make sure to have a good Internet connection.
41+
42+
(For Triton <= 3.1, the pre-built LLVM is not provided. You still need to build LLVM and set `LLVM_SYSPATH`. Other dependencies can be automatically downloaded.)
4143
</details>
4244

4345
<details>
@@ -82,7 +84,7 @@ Set their paths:
8284
$Env:LLVM_SYSPATH = "C:/llvm-project/build"
8385
$Env:JSON_SYSPATH = "C:/json"
8486
```
85-
(For triton <= 3.1, you also need to download pybind11 and set its path according to `setup.py`)
87+
(For Triton <= 3.1, you also need to download pybind11 and set `PYBIND11_SYSPATH` according to `setup.py`)
8688

8789
The CUDA toolchain and TinyCC are not bundled by default in the offline build.
8890
</details>

0 commit comments

Comments
 (0)