misc(ci): remove input machine

This commit is contained in:
Morgan Funtowicz 2025-01-20 11:55:38 +01:00
parent d969dad634
commit ffb60ff9c8
2 changed files with 1 additions and 7 deletions

View File

@ -31,7 +31,7 @@ jobs:
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
runs-on: runs-on:
group: aws-highmemory-32-plus-priv group: aws-highmemory-64-plus-priv
permissions: permissions:
contents: write contents: write
packages: write packages: write

View File

@ -1,12 +1,6 @@
name: Build TensorRT-LLM name: Build TensorRT-LLM
on: on:
workflow_call: workflow_call:
inputs:
runs-on:
type: string
description: "Which instance type to use to run the workflow"
required: true
outputs: outputs:
docker_image: docker_image:
description: "Reference to the Docker Image build by this workflow" description: "Reference to the Docker Image build by this workflow"