Skip to content

Commit 5f2780d

Browse files
committed
Merge branch 'main' of github.com:abetlen/ggml-python into main
2 parents dc46980 + 2054c4c commit 5f2780d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: "recursive"
2020

2121
- name: Build wheels
22-
uses: pypa/cibuildwheel@v2.17.0
22+
uses: pypa/cibuildwheel@v2.18.0
2323
env:
2424
# disable repair
2525
CIBW_REPAIR_WHEEL_COMMAND: ""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test = ["pytest"]
4545
docs = ["mkdocs", "mkdocstrings[python]", "mkdocs-material", "pillow", "cairosvg"]
4646
publish = ["build"]
4747
convert = [
48-
"accelerate==0.30.0",
48+
"accelerate==0.30.1",
4949
"numpy==1.26.4",
5050
"sentencepiece==0.2.0",
5151
"torch==2.3.0",

0 commit comments

Comments
 (0)