Skip to content

Commit

Permalink
misc(gha): put ourself in the right folder to build trtllm container
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 22, 2025
1 parent bfe22b5 commit f2f617c
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 @@ -72,7 +72,7 @@ jobs:
id: build-tensorrt-llm-base
env:
TARGET_CUDA_ARCHS: "75-real;80-real;86-real;89-real;90-real"
run: make -C docker release_build PYTHON_VERSION=${{ matrix.python-version }} CUDA_ARCHS=${{ env.TARGET_CUDA_ARCHS }}
run: cd tensorrt-llm && make -C docker release_build PYTHON_VERSION=${{ matrix.python-version }} CUDA_ARCHS=${{ env.TARGET_CUDA_ARCHS }}

- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f2f617c

Please sign in to comment.