From f2f617c27e080100a832874ba6fe38dbd8625249 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 22 Jan 2025 09:55:51 +0100 Subject: [PATCH] misc(gha): put ourself in the right folder to build trtllm container --- .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 96772a9f..e41ac2f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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