Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea2a099

Browse filesBrowse files
authored
Update build-wheels-metal.yaml
1 parent 1ab746d commit ea2a099
Copy full SHA for ea2a099

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/build-wheels-metal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-wheels-metal.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
env:
3535
# disable repair
3636
CIBW_REPAIR_WHEEL_COMMAND: ""
37+
CIBW_PLATFORM: "macos"
3738
CIBW_ARCHS: "arm64"
3839
CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DLLAMA_METAL=on"
39-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
40+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
4041
with:
4142
package-dir: .
4243
output-dir: wheelhouse

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.