Skip to content

Commit e42ea24

Browse files
author
team-coding-agent-1
committed
Remove huggingface backend entries from backend.yml workflow
1 parent 6a5397d commit e42ea24

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/backend.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,22 +1924,6 @@ jobs:
19241924
dockerfile: "./backend/Dockerfile.golang"
19251925
context: "./"
19261926
ubuntu-version: '2404'
1927-
# huggingface
1928-
- build-type: ''
1929-
cuda-major-version: ""
1930-
cuda-minor-version: ""
1931-
platforms: 'linux/amd64,linux/arm64'
1932-
tag-latest: 'auto'
1933-
tag-suffix: '-huggingface'
1934-
runs-on: 'ubuntu-latest'
1935-
base-image: "ubuntu:24.04"
1936-
skip-drivers: 'false'
1937-
backend: "huggingface"
1938-
dockerfile: "./backend/Dockerfile.golang"
1939-
context: "./"
1940-
ubuntu-version: '2404'
1941-
# rfdetr
1942-
- build-type: ''
19431927
cuda-major-version: ""
19441928
cuda-minor-version: ""
19451929
platforms: 'linux/amd64,linux/arm64'
@@ -2247,10 +2231,6 @@ jobs:
22472231
tag-suffix: "-metal-darwin-arm64-local-store"
22482232
build-type: "metal"
22492233
lang: "go"
2250-
- backend: "huggingface"
2251-
tag-suffix: "-metal-darwin-arm64-huggingface"
2252-
build-type: "metal"
2253-
lang: "go"
22542234
with:
22552235
backend: ${{ matrix.backend }}
22562236
build-type: ${{ matrix.build-type }}

0 commit comments

Comments
 (0)