mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
misc(ci): remove input machine
This commit is contained in:
parent
d969dad634
commit
ffb60ff9c8
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
6
.github/workflows/build_trtllm.yaml
vendored
6
.github/workflows/build_trtllm.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user