Dockerfiles I'm testing with right now #343
spirilis
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This one builds, but I don't have the hardware to test it yet-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just posting this as a WIP as I tinker more with this project... I unfortunately don't have a GPU to play with (using an old HP server pizzabox) but at least have the cuBLAS stuff building, and will test this at work on our GPU cloud instances at some point...
Getting the bleeding-edge version of llama-cpp-python in this one:
Dockerfile.githead-llama-cpp-python
The "entrypoint-python.sh" follows:
entrypoint-python.sh
(I'm not sure if I need to fan out those $MODEL, $N_THREADS, $N_GPU_LAYERS et al into CLI options - guess I should test that soon)
CUDA build in next post-
Beta Was this translation helpful? Give feedback.
All reactions