Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wheels-metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: "pip"

- name: Build wheels
uses: pypa/cibuildwheel@v3.4.1
uses: pypa/cibuildwheel@v4.0.0
env:
CIBW_REPAIR_WHEEL_COMMAND: ""
CIBW_ARCHS: "arm64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-vulkan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Build Vulkan wheel
if: runner.os == 'Linux'
uses: pypa/cibuildwheel@v3.4.1
uses: pypa/cibuildwheel@v4.0.0
env:
CIBW_BUILD: "cp38-manylinux_*"
CIBW_ARCHS: "auto64"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.9"

- name: Build wheels
uses: pypa/cibuildwheel@v3.4.1
uses: pypa/cibuildwheel@v4.0.0
env:
# Keep repair disabled by default for non-Linux platforms in this job.
CIBW_REPAIR_WHEEL_COMMAND: ""
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
submodules: "recursive"

- name: Build wheels
uses: pypa/cibuildwheel@v3.4.1
uses: pypa/cibuildwheel@v4.0.0
env:
CIBW_SKIP: "pp*"
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/ggml/lib auditwheel repair -w {dest_dir} {wheel}"
Expand Down
Loading