From 4553e619a573ff2ed14ab8c4014425e6d0298648 Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Sat, 6 Jul 2024 03:25:01 +0000 Subject: [PATCH] Fix env vars decl --- .github/workflows/build-triton.yml | 3 +-- .github/workflows/build-vllm.yml | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-triton.yml b/.github/workflows/build-triton.yml index b5ec4b2..d80ed8d 100644 --- a/.github/workflows/build-triton.yml +++ b/.github/workflows/build-triton.yml @@ -41,8 +41,7 @@ jobs: package-dir: python env: CIBW_BUILD: cp${{ matrix.python_version }}-manylinux_x86_64 - CIBW_ENVIRONMENT: | - CMAKE_BUILD_TYPE=Release + CIBW_ENVIRONMENT: CMAKE_BUILD_TYPE=Release SOURCE_DATE_EPOCH: ${{ steps.source-date-epoch.outputs.SOURCE_DATE_EPOCH }} - name: Create release diff --git a/.github/workflows/build-vllm.yml b/.github/workflows/build-vllm.yml index d87bb74..d872928 100644 --- a/.github/workflows/build-vllm.yml +++ b/.github/workflows/build-vllm.yml @@ -46,9 +46,7 @@ jobs: uses: pypa/cibuildwheel@v2.18.0 env: CIBW_BUILD: cp${{ matrix.python_version }}-manylinux_x86_64 - CIBW_ENVIRONMENT: | - CMAKE_BUILD_TYPE=Release - VLLM_INSTALL_PUNICA_KERNELS=0 + CIBW_ENVIRONMENT: CMAKE_BUILD_TYPE=Release VLLM_INSTALL_PUNICA_KERNELS=0 CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ghcr.io/sasha0552/manylinux2014_x86_64-cuda CIBW_MANYLINUX_X86_64_IMAGE: ghcr.io/sasha0552/manylinux2014_x86_64-cuda CIBW_REPAIR_WHEEL_COMMAND: ~