mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Bypasse perm issue.
This commit is contained in:
parent
e413b01eb1
commit
b70f29d729
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -45,14 +45,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' $GITHUB_WORKSPACE/backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
|
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' $GITHUB_WORKSPACE/backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
|
||||||
echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}"
|
echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}"
|
||||||
- name: "Configure AWS Credentials"
|
|
||||||
id: aws-creds
|
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
|
||||||
with:
|
|
||||||
aws-region: us-east-1
|
|
||||||
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
|
|
||||||
role-duration-seconds: 7200
|
|
||||||
output-credentials: true
|
|
||||||
- name: Construct harware variables
|
- name: Construct harware variables
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user