mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
misc(ci): make runner-group input a string
This commit is contained in:
parent
5bef5a88da
commit
c8623e4135
2
.github/workflows/build_trtllm.yaml
vendored
2
.github/workflows/build_trtllm.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
needs: checkout
|
||||
uses: ./.github/workflows/s3-cache.yaml@s3-cache # TODO: Change @s3-cache to @main when merged
|
||||
with:
|
||||
runner-group: aws-highmemory-32-plus-priv
|
||||
runner-group: "aws-highmemory-32-plus-priv"
|
||||
secrets: inherit
|
||||
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user