-
I had two issues trying to build a file with CUDA support.
After much try and error, I solved 1 by reverting to build 2.77. I used the approach for @Hansson0728 had for issue #1119. #1119. However, that still did not work completely for me. It turns out I needed to set I have attached the working Dockerfile below. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Solved I finally solved the problem. I rolled back to the version of |
Beta Was this translation helpful? Give feedback.
Solved
I finally solved the problem. I rolled back to the version of
llama-cpp-python/docker/cuda-simple/Dockerfile
from before update#1530
made 3 weeks ago. This used a base image ofnvidia/cuda/12.1.1-devel-ubuntu22.04
and I usedllama-cpp-python==0.2.77
with the associate whl file.