add runtime check for PyTorch 2.9.1 + CuDNN < 9.15 to prevent Conv3d performance issues (#14119)

This commit is contained in:
Yuhao Yang
2025-11-29 23:05:54 +08:00
committed by GitHub
parent 4cafc835d3
commit f03ea34a3d
2 changed files with 46 additions and 1 deletions

View File

@@ -453,8 +453,8 @@ jobs:
- name: Install dependencies
run: |
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh
pip install "bitsandbytes>=0.44.0"
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh
- name: Run test
timeout-minutes: 30
run: |