We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701ad0 commit b3c7a0aCopy full SHA for b3c7a0a
README.md
@@ -12,7 +12,7 @@ This Docker image can be run on bare metal Ampere® CPUs and Ampere® based VMs
12
## Starting container
13
14
```bash
15
-docker run --name llama -it ghcr.io/amperecomputingai/llama.cpp:latest
+docker run --name llama -it --rm ghcr.io/amperecomputingai/llama.cpp:latest
16
```
17
Quick start example will be presented at docker container launch:
18
0 commit comments