File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
from .llama_cpp import *
2
2
from .llama import *
3
3
4
- from . version import __version__
4
+ __version__ = "0.1.85"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
5
5
[project ]
6
6
name = " llama_cpp_python"
7
- version = " 0.1.85 "
7
+ dynamic = [ " version " ]
8
8
description = " Python bindings for the llama.cpp library"
9
9
readme = " README.md"
10
10
license = { text = " MIT" }
@@ -50,6 +50,10 @@ cmake.minimum-version = "3.12"
50
50
minimum-version = " 0.5"
51
51
ninja.make-fallback = false
52
52
53
+ [tool .scikit-build .metadata .version ]
54
+ provider = " scikit_build_core.metadata.regex"
55
+ input = " llama_cpp/__init__.py"
56
+
53
57
[project .urls ]
54
58
Homepage = " https://github.com/abetlen/llama-cpp-python"
55
59
Issues = " https://github.com/abetlen/llama-cpp-python/issues"
You can’t perform that action at this time.
0 commit comments