From 04fbf5cb826cf4a58e2651b719954983cf88725e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 24 Sep 2025 22:08:29 +0200 Subject: [PATCH] Change build type and update tag suffix in backend.yml Signed-off-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 048e9a47b..85b8737d6 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -882,7 +882,7 @@ jobs: backend: "rfdetr" dockerfile: "./backend/Dockerfile.python" context: "./backend" - - build-type: 'cublas' + - build-type: 'l4t' cuda-major-version: "12" cuda-minor-version: "0" platforms: 'linux/arm64' @@ -955,13 +955,13 @@ jobs: backend: "exllama2" dockerfile: "./backend/Dockerfile.python" context: "./backend" - - build-type: 'cublas' + - build-type: 'l4t' cuda-major-version: "12" cuda-minor-version: "0" platforms: 'linux/arm64' skip-drivers: 'true' tag-latest: 'auto' - tag-suffix: '-nvidia-l4t-arm64-chatterbox' + tag-suffix: '-gpu-nvidia-l4t-arm64-chatterbox' base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0" runs-on: 'ubuntu-24.04-arm' backend: "chatterbox"