From 0b53bc5061c38d587f21398e1b028e5e97e262a0 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 13 Mar 2026 09:59:43 +0100 Subject: [PATCH] fix(ci): Delete leftovers huggingface backend from backend.yml Removed huggingface backend configuration from the workflow. Signed-off-by: Ettore Di Giacinto --- .github/workflows/backend.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index e6c3e7055..3bff80e40 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -2042,20 +2042,6 @@ jobs: dockerfile: "./backend/Dockerfile.golang" context: "./" ubuntu-version: '2404' - # huggingface - - build-type: '' - cuda-major-version: "" - cuda-minor-version: "" - platforms: 'linux/amd64,linux/arm64' - tag-latest: 'auto' - tag-suffix: '-huggingface' - runs-on: 'ubuntu-latest' - base-image: "ubuntu:24.04" - skip-drivers: 'false' - backend: "huggingface" - dockerfile: "./backend/Dockerfile.golang" - context: "./" - ubuntu-version: '2404' # rfdetr - build-type: '' cuda-major-version: "" @@ -2369,10 +2355,6 @@ jobs: tag-suffix: "-metal-darwin-arm64-local-store" build-type: "metal" lang: "go" - - backend: "huggingface" - tag-suffix: "-metal-darwin-arm64-huggingface" - build-type: "metal" - lang: "go" with: backend: ${{ matrix.backend }} build-type: ${{ matrix.build-type }}