Skip to content

Commit 04fbf5c

Browse files
authored
Change build type and update tag suffix in backend.yml
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent c85d559 commit 04fbf5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ jobs:
882882
backend: "rfdetr"
883883
dockerfile: "./backend/Dockerfile.python"
884884
context: "./backend"
885-
- build-type: 'cublas'
885+
- build-type: 'l4t'
886886
cuda-major-version: "12"
887887
cuda-minor-version: "0"
888888
platforms: 'linux/arm64'
@@ -955,13 +955,13 @@ jobs:
955955
backend: "exllama2"
956956
dockerfile: "./backend/Dockerfile.python"
957957
context: "./backend"
958-
- build-type: 'cublas'
958+
- build-type: 'l4t'
959959
cuda-major-version: "12"
960960
cuda-minor-version: "0"
961961
platforms: 'linux/arm64'
962962
skip-drivers: 'true'
963963
tag-latest: 'auto'
964-
tag-suffix: '-nvidia-l4t-arm64-chatterbox'
964+
tag-suffix: '-gpu-nvidia-l4t-arm64-chatterbox'
965965
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
966966
runs-on: 'ubuntu-24.04-arm'
967967
backend: "chatterbox"

0 commit comments

Comments
 (0)