Created
August 29, 2025 12:09
-
-
Save AmgadHasan/bfcbc5d48dc33cd83bf6db36abd616aa to your computer and use it in GitHub Desktop.
This shell scrit starts a docker container than runs Llama.cpp server with a web ui on the local machine and uses a CUDA GPU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -p 8000:8000 --gpus all ghcr.io/ggml-org/llama.cpp:server-cuda -hf ggml-org/gemma-3-4b-it-GGUF --port 8000 --host 0.0.0.0 -n 512 --n-gpu-layers 99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment