We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9034d commit 40ae3baCopy full SHA for 40ae3ba
setup.py
@@ -131,7 +131,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
131
# logic and declaration, and simpler if you include description/version in a file.
132
setup(
133
name="pyllamacpp",
134
- version="2.4.1",
+ version="2.4.2",
135
author="Abdeladim Sadiki",
136
description="Python bindings for llama.cpp",
137
long_description=long_description,
0 commit comments