Skip to content

Commit

Permalink
misc(gha): change msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 21, 2025
1 parent f745c5b commit 3ff255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ff255a

Please sign in to comment.