We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+
1 parent c849a90 commit af6bd10Copy full SHA for af6bd10
scripts/run-ci-build-wheel.sh
@@ -42,7 +42,7 @@ echo "::endgroup::"
42
43
echo "::group::Build wheel for FlashInfer"
44
cd "$PROJECT_ROOT/python"
45
-MAX_JOBS=32 FLASHINFER_BUILD_VERSION="${FLASHINFER_BUILD_VERSION}+cu${CUDA_MAJOR}${CUDA_MINOR}+torch${TORCH_MAJOR}${TORCH_MINOR}" python -m build --no-isolation
+MAX_JOBS=32 FLASHINFER_BUILD_VERSION="${FLASHINFER_BUILD_VERSION}+cu${CUDA_MAJOR}${CUDA_MINOR}torch${FLASHINFER_CI_TORCH_VERSION}" python -m build --no-isolation
46
rm -f dist/*.tar.gz
47
python -m build --no-isolation --sdist
48
echo "::endgroup::"
0 commit comments