Skip to content

Commit f657af4

Browse files
committed
misc(ci): remove input machine
1 parent 9935a9f commit f657af4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
3232
cancel-in-progress: true
3333
runs-on:
34-
group: aws-highmemory-32-plus-priv
34+
group: aws-highmemory-64-plus-priv
3535
permissions:
3636
contents: write
3737
packages: write

Diff for: .github/workflows/build_trtllm.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Build TensorRT-LLM
22
on:
33
workflow_call:
4-
inputs:
5-
runs-on:
6-
type: string
7-
description: "Which instance type to use to run the workflow"
8-
required: true
9-
104
outputs:
115
docker_image:
126
description: "Reference to the Docker Image build by this workflow"

0 commit comments

Comments
 (0)