From b57a8a57556a2ce627194eaa8ac0f79cd0bdc722 Mon Sep 17 00:00:00 2001 From: Jan Svoboda Date: Wed, 8 Jan 2025 20:37:58 +0100 Subject: [PATCH] Update add-new-llm-model.md The docker name is scl-ollama instead of ollama. This change made it work for me 8.1.2025 --- docs/add-new-llm-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/add-new-llm-model.md b/docs/add-new-llm-model.md index 699a979..a6177c8 100644 --- a/docs/add-new-llm-model.md +++ b/docs/add-new-llm-model.md @@ -16,8 +16,8 @@ You can choose any model in this list of [ollama](https://ollama.com/library) While the cyberlab is running, open another terminal and do the following: 1. Fetch the list of downloaded models - `docker exec ollama ollama list` + `docker exec scl-ollama ollama list` 2. Delete the models that are not needed anymore (replace model name with the name of the model you want to delete) - `docker exec ollama ollama rm ` + `docker exec scl-ollama ollama rm `