Skip to content

Commit 0c55c91

Browse files
kyteinskymarcelklehr
authored andcommitted
chore: bump llama_cpp_python
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent f6fa8b3 commit 0c55c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY requirements.txt .
3636

3737
# Install requirements
3838
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel
39-
RUN python3 -m pip install --no-cache-dir https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu122/llama_cpp_python-0.3.4-cp311-cp311-linux_x86_64.whl
39+
RUN python3 -m pip install --no-cache-dir https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.13-cu122/llama_cpp_python-0.3.13-cp311-cp311-linux_x86_64.whl
4040
RUN sed -i '/llama_cpp_python/d' requirements.txt
4141
RUN python3 -m pip install --no-cache-dir -r requirements.txt && python3 -m pip cache purge
4242

0 commit comments

Comments
 (0)