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.
2 parents 4878f18 + b57a8a5 commit 495fadbCopy full SHA for 495fadb
docs/add-new-llm-model.md
@@ -16,8 +16,8 @@ You can choose any model in this list of [ollama](https://ollama.com/library)
16
While the cyberlab is running, open another terminal and do the following:
17
1. Fetch the list of downloaded models
18
19
- `docker exec ollama ollama list`
+ `docker exec scl-ollama ollama list`
20
21
2. Delete the models that are not needed anymore (replace model name with the name of the model you want to delete)
22
23
- `docker exec ollama ollama rm <model name>`
+ `docker exec scl-ollama ollama rm <model name>`
0 commit comments