Skip to content
Snippets Groups Projects
Verified Commit 1e62f288 authored by Jannis Klinkenberg's avatar Jannis Klinkenberg
Browse files

minor fixes

parent 3df3e77b
Branches
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ To demonstrate how to use Ollama with the `ollama-python` library, you first nee
```bash
# Specify the Ollama root directory
export OLLAMA_ROOT_DIR=${HOME}/ollama
mkdir -p ${OLLAMA_ROOT_DIR}
# set further relative path variables
source set_paths.sh
# create the venv
module load Python
mkdir -p ${OLLAMA_ROOT_DIR}
python -m venv ${OLLAMA_VENV_DIR}
source ${OLLAMA_VENV_DIR}/bin/activate
pip install ollama
......@@ -33,7 +33,7 @@ pip install ollama
ℹ️ **Note:** Examples here run `ollama serve` and `ollama run` in the background to enable concise demonstrations from a single script or shell. However, official examples also show that these commands can be run in separate shells on the same node instead.
## 1.1. Running Ollama with the official container
## 1.1. Running Ollama with the official container (recommended)
An Ollama container will be centrally provided on our HPC system **very soon**. However, for now lets assume we created one with the following command:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment