summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <mofosyne@gmail.com>2024-05-24 23:47:56 +1000
committerGitHub <noreply@github.com>2024-05-24 23:47:56 +1000
commit27891f6db03de6e3fd5941983838c29bef253352 (patch)
treef7bd1f85f31caed4963214b405fe3b8e55eaae87
parentfbca2f27fc7fa9aa4a8ad0357478fdb908472908 (diff)
docker.yml: disable light-intel and server-intel test (#7515)
* docker.yml: disable light-intel test * docker.yml: disable server-intel test
-rw-r--r--.github/workflows/docker.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 9b03d19b..c2838cbd 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -42,8 +42,9 @@ jobs:
- { tag: "light-rocm", dockerfile: ".devops/main-rocm.Dockerfile", platforms: "linux/amd64,linux/arm64" }
- { tag: "full-rocm", dockerfile: ".devops/full-rocm.Dockerfile", platforms: "linux/amd64,linux/arm64" }
- { tag: "server-rocm", dockerfile: ".devops/server-rocm.Dockerfile", platforms: "linux/amd64,linux/arm64" }
- - { tag: "light-intel", dockerfile: ".devops/main-intel.Dockerfile", platforms: "linux/amd64" }
- - { tag: "server-intel", dockerfile: ".devops/server-intel.Dockerfile", platforms: "linux/amd64" }
+ # TODO: Disabled due to build issues https://github.com/ggerganov/llama.cpp/issues/7507
+ #- { tag: "light-intel", dockerfile: ".devops/main-intel.Dockerfile", platforms: "linux/amd64" }
+ #- { tag: "server-intel", dockerfile: ".devops/server-intel.Dockerfile", platforms: "linux/amd64" }
steps:
- name: Check out the repo
uses: actions/checkout@v4