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 0e7d135

Browse filesBrowse files
authored
Update build-and-release.yaml
1 parent 79619a5 commit 0e7d135
Copy full SHA for 0e7d135

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎.github/workflows/build-and-release.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
name: wheels-${{ matrix.os }}
4747
path: ./wheelhouse/*.whl
48-
48+
4949
build_wheels_mac:
5050
name: Build wheels on ${{ matrix.os }}
5151
runs-on: ${{ matrix.os }}
@@ -72,9 +72,9 @@ jobs:
7272
- name: Build wheels
7373
uses: pypa/cibuildwheel@v2.17.0
7474
env:
75+
CIBW_ARCHS: "auto64"
7576
# disable repair
7677
CIBW_REPAIR_WHEEL_COMMAND: ""
77-
CIBW_ARCHS_MACOS: "x86_64"
7878
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'
7979
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
8080
with:

0 commit comments

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