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 7cedba6 commit d5a4636Copy full SHA for d5a4636
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.2",
+ version="2.4.1",
135
author="Abdeladim Sadiki",
136
description="Python bindings for llama.cpp",
137
long_description=long_description,
0 commit comments