Skip to content

Commit 9d640d7

Browse files
authored
including ne release instructions
1 parent 83e3619 commit 9d640d7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ All artifacts are uploaded as binaries to the release tagged v0.0.1
88
# Llama-cpp-python custom pre-built wheels
99

1010
- Current pre-built wheels do not support tesla v100 due to CMAKE args settings used within llama-cpp-python CUDA wheel release process. Uploaded artifact aims to overrid the said CMAKE args and build CUDA compatible pre-built wheels. (ref: git@github.com:abetlen/llama-cpp-python.git)
11-
- Also aims to fixe a musl linux bug in the llama-cpp-python CPU pre-built wheel as well.
11+
- Also aims to fixe a musl linux bug in the llama-cpp-python CPU pre-built wheel as well.
1212

13+
# Instructions for a new CUDA release
14+
- Run "git submodule update --remote --merge" to update to latest llama_cpp version and commit/push the change
15+
- Update workflow to chose your preferred CUDA/Python/OS version
16+
- Create new release with release description including the latest llama_cpp version for posterity
17+
- Run CUDA workflow on the latest release tag

0 commit comments

Comments
 (0)