Skip to content

Commit 149bf4e

Browse files
authored
Update comment
1 parent 50889dc commit 149bf4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/build_triton_wheel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ def build_triton(
162162
cwd=triton_basedir,
163163
)
164164

165+
# For gpt-oss models, triton requires this extra triton_kernels wheel
166+
# triton_kernels came after pytorch release/2.8
165167
triton_kernels_dir = Path(f"{triton_basedir}/python/triton_kernels")
166168
check_call([sys.executable, "-m", "build", "--wheel"], cwd=triton_kernels_dir, env=env)
167169
kernels_whl_path = next(iter((triton_kernels_dir / "dist").glob("*.whl")))

0 commit comments

Comments
 (0)