Skip to content

feat(vllm-tensorizer): implement custom triton build and install for … #95

feat(vllm-tensorizer): implement custom triton build and install for …

feat(vllm-tensorizer): implement custom triton build and install for … #95

Workflow file for this run

on:
workflow_dispatch:
inputs:
commit:
description: 'Commit 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 || '85e2b7bb1380dd7096e0d6b64b0d7633b0a9db4a'}}
build-args: |
COMMIT_HASH=${{ inputs.commit || '85e2b7bb1380dd7096e0d6b64b0d7633b0a9db4a'}}
TRITON_COMMIT=96316ce5