We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15305f commit ccd8bbbCopy full SHA for ccd8bbb
.github/workflows/build-wheels-metal.yaml
@@ -34,9 +34,10 @@ jobs:
34
env:
35
# disable repair
36
CIBW_REPAIR_WHEEL_COMMAND: ""
37
+ CIBW_PLATFORM: "macos"
38
CIBW_ARCHS: "arm64"
39
CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DLLAMA_METAL=on"
- CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
40
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
41
with:
42
package-dir: .
43
output-dir: wheelhouse
0 commit comments