diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 42602a00..431267fd 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -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 @@ -120,5 +120,3 @@ jobs: - -