remove llama-cpp-python builds for python3.11

This commit is contained in:
Alex O'Connell
2024-06-07 00:09:46 -04:00
parent 9bdd210601
commit 301c73a6f7

View File

@@ -20,12 +20,8 @@ jobs:
matrix:
include:
# ARM variants
- home_assistant_version: "2023.12.4"
arch: "aarch64"
- home_assistant_version: "2024.2.1"
arch: "aarch64"
- home_assistant_version: "2023.12.4"
arch: "armhf"
- home_assistant_version: "2024.2.1"
arch: "armhf"
@@ -34,18 +30,10 @@ jobs:
suffix: "-noavx"
arch: "amd64"
extra_defines: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF"
- home_assistant_version: "2023.12.4"
arch: "amd64"
suffix: "-noavx"
extra_defines: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF"
- home_assistant_version: "2024.2.1"
arch: "i386"
suffix: "-noavx"
extra_defines: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF"
- home_assistant_version: "2023.12.4"
arch: "i386"
suffix: "-noavx"
extra_defines: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_F16C=OFF"
# AVX2 and AVX512
- home_assistant_version: "2024.2.1"