You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ Then you can either download some dependencies online, or set up an offline buil
38
38
A minimal CUDA toolchain (`ptxas.exe`, `cuda.h`, `cuda.lib`) and TinyCC will be downloaded and bundled in the wheel.
39
39
40
40
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.)
41
43
</details>
42
44
43
45
<details>
@@ -82,7 +84,7 @@ Set their paths:
82
84
$Env:LLVM_SYSPATH = "C:/llvm-project/build"
83
85
$Env:JSON_SYSPATH = "C:/json"
84
86
```
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`)
86
88
87
89
The CUDA toolchain and TinyCC are not bundled by default in the offline build.
0 commit comments