Replies: 1 comment
-
Okay, as pointed out on Reddit, the missing settings were:
and also: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On my Ubuntu 22 machine with an RTX 4000, I have the nvidia cuda toolkit installed and the nvidia docker toolkit.
When I want to run the docker-image with CUDA-support:
docker run -v ./models:/models ghcr.io/ggerganov/llama.cpp:full-cuda --run -m models/LongWriter-llama3.1-8b-GGUF/LongWriter-llama3.1-8b-Q4_K_M.gguf -p "Building a website can be done in 10 simple steps:" -n 512
it shows an error:
`
`
Shouldn't this libcuda-file not be part of the docker-image? How can I make it work?
Beta Was this translation helpful? Give feedback.
All reactions