Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 9ec587c

Browse files
committed
Changed:
- `llama.cpp` revision `eb7cf15a808d4d7a71eef89cc6a9b96fe82989dc`
1 parent 46afb6f commit 9ec587c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v0.4.18
4+
5+
Changed:
6+
- `llama.cpp` revision `eb7cf15a808d4d7a71eef89cc6a9b96fe82989dc`
7+
38
## v0.4.17
49

510
Changed:

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama-cpp-cffi"
3-
version = "0.4.17"
3+
version = "0.4.18"
44
description = "Python binding for llama.cpp using cffi"
55
authors = [
66
{ name = "Tangled Group, Inc", email = "info@tangledgroup.com" },
@@ -130,10 +130,9 @@ else
130130
fi
131131
"""
132132

133-
# build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp310-*"]
134-
135-
build = ["cp312-*"]
136-
skip = ["*i686", "*musllinux*"]
133+
build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp310-*"]
134+
# build = ["cp312-*"]
135+
# skip = ["*i686", "*musllinux*"]
137136

138137
# skip = ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "pp37-*", "pp38-*", "pp39-*", "*i686"]
139138
# skip = ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp313-*", "pp37-*", "pp38-*", "pp39-*", "*i686"]

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from clean import remove_llama_cpp, clean # type: ignore # noqa
2727

2828

29-
LLAMA_CPP_GIT_REF = '6152129d05870cb38162c422c6ba80434e021e9f'
29+
LLAMA_CPP_GIT_REF = 'eb7cf15a808d4d7a71eef89cc6a9b96fe82989dc'
3030

3131
REPLACE_CODE_ITEMS = {
3232
'extern': ' ',

0 commit comments

Comments
 (0)