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
| *** IMPORTANT: This is for Nvidia GPUs only - choose another Docker image for llama.cpp if you're using something else *** | |
| 1 - Install Docker, with `docker-compose-plugin`. | |
| 2 - Create a directory `llama`, and in there create another directory `models`. This would be a great time to put your | |
| favourite .gguf file in the `models` directory. | |
| 3 - In the `llama` directory, create `docker-compose.yml` with the following content: | |
| ~~~~~~~~~~~~~~~~~~ | |
| name: llama | |
| services: |