diff --git a/pyproject.toml b/pyproject.toml index 4c54305..eaaf910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "llamacpp" -version = "0.1.13" +version = "0.1.14" description = "Python bindings for @ggerganov's llama.cpp" authors = [ {name = "Thomas Antony", email= "mail@thomasantony.com"} diff --git a/vendor/llama.cpp b/vendor/llama.cpp index cc9cee8..a0caa34 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit cc9cee8e9e7598bd280295f6264f36d3a9224006 +Subproject commit a0caa34b162449b5c13b8d604573053300ff54a1