Skip to content

Commit

Permalink
misc(backend): forward env
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 20, 2024
1 parent a3399fc commit 407f522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Extract TensorRT-LLM version
run: |
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
echo "TensorRT-LLM version: ${{ TENSORRT_LLM_VERSION }}"
echo "TensorRT-LLM version: $TENSORRT_LLM_VERSION"
- name: "Configure AWS Credentials"
id: aws-creds
Expand Down Expand Up @@ -120,5 +120,3 @@ jobs:





0 comments on commit 407f522

Please sign in to comment.