8000 convert : fix python 3.8 support, modernize type annotations by cebtenzzre · Pull Request #2916 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

convert : fix python 3.8 support, modernize type annotations #2916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 31, 2023
Prev Previous commit
gguf-py: bump version
  • Loading branch information
cebtenzzre committed Aug 30, 2023
commit 05df178874703d3ba8585365cfad8ff375f6f47c
2 changes: 1 addition & 1 deletion gguf-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
version = "0.2.1"
version = "0.3.1"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [
Expand Down
0