Kernels community fa3 (#20796)

This commit is contained in:
Rain Jiang
2026-04-07 12:48:44 -07:00
committed by GitHub
parent 0c204fbd57
commit 1a8eb890f6
20 changed files with 1956 additions and 61 deletions
+4
View File
@@ -358,6 +358,10 @@ mark_step_done "Fix other dependencies"
# can delete the .pth file without reliably recreating it (pip race condition).
$PIP_CMD install "nvidia-cutlass-dsl>=4.4.1" "nvidia-cutlass-dsl-libs-base>=4.4.1" --no-deps --force-reinstall $PIP_INSTALL_SUFFIX || true
# Download kernels from kernels community
kernels download python || true
kernels lock python || true
mv python/kernels.lock ${HOME}/.cache/sglang || true
# Install human-eval
pip install "setuptools==70.0.0"