Skip to content

Commit 36ad26b

Browse files
BuffMcBigHugevictorges
authored andcommitted
Added triton to windows installer.
1 parent f173f3d commit 36ad26b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/streamdiffusion/tools/install-tensorrt.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ def install(cu: Optional[Literal["11", "12"]] = get_cuda_major()):
3939
run_pip(
4040
"install pywin32==306"
4141
)
42+
if platform.system() == 'Windows' and not is_installed("triton"):
43+
run_pip(
44+
"install triton-windows<3.5"
45+
)
4246

4347

4448
if __name__ == "__main__":

0 commit comments

Comments
 (0)