This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| habrok:examples:ollama [2025/10/15 11:42] – pedro | habrok:examples:ollama [2026/05/27 11:14] (current) – pedro |
|---|
| To be able to use the app, you first need to set up a Python virtual environment. The version of Ollama installed on Hábrók is ''ollama/0.6.0-GCCcore-12.3.0'', which means that the Python virtual environment needs to use a version of Python using the same ''GCCcore-12.3.0'' toolchain, which is ''Python/3.11.3-GCCcore-12.3.0''. Other versions of Python might work as well, but toolchain compatibilities can sometimes be an issue. | To be able to use the app, you first need to set up a Python virtual environment. The version of Ollama installed on Hábrók is ''ollama/0.6.0-GCCcore-12.3.0'', which means that the Python virtual environment needs to use a version of Python using the same ''GCCcore-12.3.0'' toolchain, which is ''Python/3.11.3-GCCcore-12.3.0''. Other versions of Python might work as well, but toolchain compatibilities can sometimes be an issue. |
| |
| <code shell> | <code bash> |
| module load Python/3.11.3-GCCcore-12.3.0 | module load Python/3.11.3-GCCcore-12.3.0 |
| python3 -m venv $HOME/venvs/ollama | python3 -m venv $HOME/venvs/ollama |