We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e413b01 commit b70f29dCopy full SHA for b70f29d
.github/workflows/build.yaml
@@ -45,14 +45,6 @@ jobs:
45
run: |
46
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' $GITHUB_WORKSPACE/backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
47
echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}"
48
- - name: "Configure AWS Credentials"
49
- id: aws-creds
50
- uses: aws-actions/configure-aws-credentials@v4
51
- with:
52
- aws-region: us-east-1
53
- role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
54
- role-duration-seconds: 7200
55
- output-credentials: true
56
- name: Construct harware variables
57
shell: bash
58
0 commit comments