libggml-python 0.13.1__tar.gz → 0.16.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,12 +26,12 @@ jobs:
26
26
  runs-on: macos-latest
27
27
 
28
28
  steps:
29
- - uses: actions/checkout@v6
29
+ - uses: actions/checkout@v7
30
30
  with:
31
31
  submodules: recursive
32
32
 
33
33
  - name: Build wheels
34
- uses: pypa/cibuildwheel@v3.4.1
34
+ uses: pypa/cibuildwheel@v4.1.0
35
35
  env:
36
36
  CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
37
37
 
@@ -44,7 +44,7 @@ jobs:
44
44
  name: Build source distribution
45
45
  runs-on: ubuntu-latest
46
46
  steps:
47
- - uses: actions/checkout@v6
47
+ - uses: actions/checkout@v7
48
48
 
49
49
  - name: Build sdist
50
50
  run: pipx run build --sdist
@@ -1,4 +1,4 @@
1
1
  [submodule "ggml"]
2
2
  path = ggml
3
3
  url = https://github.com/ggml-org/ggml
4
- branch = v0.13.1
4
+ branch = v0.16.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libggml-python
3
- Version: 0.13.1
3
+ Version: 0.16.0
4
4
  Summary: Prebuilt ggml libraries
5
5
  Author: benniekiss
6
6
  License-Expression: MIT
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.13.1'
22
- __version_tuple__ = version_tuple = (0, 13, 1)
21
+ __version__ = version = '0.16.0'
22
+ __version_tuple__ = version_tuple = (0, 16, 0)
23
23
 
24
- __commit_id__ = commit_id = 'g715b8144d'
24
+ __commit_id__ = commit_id = 'g77b8ec1a3'
File without changes