Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Fix env vars decl
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Jul 6, 2024
1 parent eae5e30 commit 4553e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-triton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-vllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
uses: pypa/[email protected]
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: ~
Expand Down

0 comments on commit 4553e61

Please sign in to comment.