Skip to content

build(vllm-tensorizer): Hardcode MAX_JOBS during the vLLM build #59

build(vllm-tensorizer): Hardcode MAX_JOBS during the vLLM build

build(vllm-tensorizer): Hardcode MAX_JOBS during the vLLM build #59

on:
workflow_dispatch:
inputs:
commit:
description: 'Commit to build'
required: true
vllm-flash-attn-version:
description: 'vllm-flash-attn version to build'
required: true
push:
paths:
- "vllm-tensorizer/**"
- ".github/workflows/vllm-tensorizer.yml"
- ".github/workflows/build.yml"
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
image-name: vllm-tensorizer
folder: vllm-tensorizer
tag-suffix: ${{ inputs.commit || '5095e966069b9e65b7c4c63427e06cebacaad0a0'}}
build-args: |
COMMIT_HASH=${{ inputs.commit || '5095e966069b9e65b7c4c63427e06cebacaad0a0'}}
VLLM_FLASH_ATTN_VERSION=${{ inputs.vllm-flash-attn-version || '720c94869cf2e0ff5a706e9c7f1dce0939686ade'}}