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 }}
cancel-in-progress: true
runs-on:
group: aws-highmemory-32-plus-priv
group: aws-highmemory-64-plus-priv
permissions:
contents: write
packages: write

View File

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