Skip to content

Commit

Permalink
update llama-cpp-python version (#487)
Browse files Browse the repository at this point in the history
* update llama-cpp-python version from `0.2.28` to `0.2.70`

---------

Co-authored-by: Jonathan Perry <[email protected]>
  • Loading branch information
jalling97 and YrrepNoj authored May 10, 2024
1 parent 28ba7ed commit 3527bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ build-ui: ## Build the leapfrogai_ui container and Zarf package

setup-llama-cpp-python-deps: sdk-wheel ## Download the wheels for the optional 'llama-cpp-python' dependencies
-rm packages/llama-cpp-python/build/*.whl

## The external link is needed to pull a pre-compiled cpu wheel for llama-cpp-python
python -m pip wheel packages/llama-cpp-python -w packages/llama-cpp-python/build --find-links=${SDK_DEST}

build-llama-cpp-python: local-registry setup-llama-cpp-python-deps ## Build the llama-cpp-python (cpu) container and Zarf package
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.6.1"
# x-release-please-end

dependencies = [
"llama-cpp-python == 0.2.28",
"llama-cpp-python == 0.2.70",
"leapfrogai-sdk",
]
requires-python = "~=3.11"
Expand Down

0 comments on commit 3527bfc

Please sign in to comment.