From 3ff255a21d63cf0e17db30a9fb3d7ae64d85c906 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 21 Jan 2025 22:46:57 +0100 Subject: [PATCH] misc(gha): change msg --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d965c0a..9df047db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: run: echo "TENSORRT_LLM_VERSION=$(grep -i 'tensorrt-llm ==' setup.py | cut -c22- | rev | cut -c3- | rev)" >> $GITHUB_ENV - name: Print out targeted TensorRT-LLM version - run: echo "TensorRT-LLM version -> ${{ env.TENSORRT_LLM_VERSION }}" + run: echo "Building against TensorRT-LLM ${{ env.TENSORRT_LLM_VERSION }}" - name: Check out TensorRT-LLM repo uses: actions/checkout@v4