We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0053819 commit e2db953Copy full SHA for e2db953
1 file changed
.github/workflows/build-and-release.yaml
@@ -46,6 +46,9 @@ jobs:
46
env:
47
# disable repair
48
CIBW_REPAIR_WHEEL_COMMAND: ""
49
+ # The default Linux x86_64 matrix also includes i686, which is not a
50
+ # useful target for this project and currently fails in ggml's native path.
51
+ CIBW_ARCHS_LINUX: "auto64"
52
# Release wheels should target portable baselines, not the CI host CPU.
53
CIBW_ENVIRONMENT_MACOS: CMAKE_ARGS="-DGGML_NATIVE=off"
54
with:
0 commit comments