Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions modules/mp/apps/testing/ollama/0.12.11.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

help([[
Name: Ollama
Version: 0.12.11
Website: https://ollama.com/

Ollama is an open-source tool that allows you to run large language models (LLMs) like Llama 3 and Mistral directly on your local machine

]])
whatis("Name: Ollama")
whatis("Version: ollama:0.12.11")
whatis("Category: Ollama")
whatis("URL: https://hub.docker.com/r/ollama/ollama")
whatis("Description: Provides access to Ollama through a container built with Apptainer")
family("Ollama")

always_load('apptainer')
local sif_file = '/hpc/m3/containers/ollama/ollama_0.12.11.sif'

setenv('CONTAINER_IMAGE', sif_file)
source_sh("bash", "/hpc/m3/apps/ollama/helper_scripts/ollama.sh")