From 3df3e77b2114683defb355c04522b369938c4b6e Mon Sep 17 00:00:00 2001 From: Jannis Klinkenberg <j.klinkenberg@itc.rwth-aachen.de> Date: Fri, 23 May 2025 20:50:41 +0200 Subject: [PATCH] typo --- machine-and-deep-learning/ollama/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-and-deep-learning/ollama/README.md b/machine-and-deep-learning/ollama/README.md index 9854fb0..24122ba 100644 --- a/machine-and-deep-learning/ollama/README.md +++ b/machine-and-deep-learning/ollama/README.md @@ -46,7 +46,7 @@ source set_paths.sh apptainer build ${OLLAMA_COINTAINER_IMAGE} docker://ollama/ollama ``` -, you can start using the examples right away, either in your current shell or by submitting a batch job to run them on a backend node: +Then you can start using the examples right away, either in your current shell or by submitting a batch job to run them on a backend node: ```bash # run in current active shell zsh submit_job_container.sh -- GitLab