Skip to content

Commit

Permalink
upgrade to v0.1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed May 22, 2023
1 parent 2c81a6b commit a5688af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-llama-cpp-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Copy GPU & CPU artifact from Docker container
run: |
docker cp my-artifact-builder:/build/dists/llama_cpp_python-gpu-0.1.52-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-gpu-0.1.52-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dists/llama_cpp_python-cpu-0.1.52-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-cpu-0.1.52-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dists/llama_cpp_python-gpu-0.1.53-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-gpu-0.1.53-cp38-cp38-linux_x86_64.whl
docker cp my-artifact-builder:/build/dists/llama_cpp_python-cpu-0.1.53-cp38-cp38-linux_x86_64.whl ./llama_cpp_python-cpu-0.1.53-cp38-cp38-linux_x86_64.whl
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-llama-cpp-wheel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04

ARG LLAMA_CPP_VERSION="0.1.52"
ARG LLAMA_CPP_VERSION="0.1.53"
ARG CMAKE_VERSION=3.26
ARG CMAKE_VERSION_PATCH=3.26.3
ARG CMAKE_OS=linux
Expand Down

0 comments on commit a5688af

Please sign in to comment.