Skip to content

Commit

Permalink
ci: Pass FLASHINFER_ENABLE_SM90 to setup.py (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 authored Dec 18, 2024
1 parent 5da7271 commit 3470329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run-ci-build-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ echo "::endgroup::"

echo "::group::Build wheel for FlashInfer"
cd "$PROJECT_ROOT"
FLASHINFER_ENABLE_AOT=1 FLASHINFER_LOCAL_VERSION=$FLASHINFER_LOCAL_VERSION python -m build --no-isolation --wheel
FLASHINFER_ENABLE_AOT=1 FLASHINFER_LOCAL_VERSION=$FLASHINFER_LOCAL_VERSION FLASHINFER_ENABLE_SM90=$FLASHINFER_ENABLE_SM90 \
python -m build --no-isolation --wheel
python -m build --no-isolation --sdist
ls -la dist/
echo "::endgroup::"

0 comments on commit 3470329

Please sign in to comment.