Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"arg": "OLLAMA_VERSION",
"repo": "ollama/ollama",
"version": "v0.32.5"
"version": "v0.32.6"
}
],
"version": "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ollama
args:
OLLAMA_VERSION: v0.32.5
OLLAMA_VERSION: v0.32.6
container_name: ollama.ollama.dnp.dappnode.eth
volumes:
- ollama:/root/.ollama
Expand Down
11 changes: 7 additions & 4 deletions package_variants/cpu/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "ollama-cpu.dnp.dappnode.eth",
"version": "0.1.1",
"architectures": [
"linux/amd64",
"linux/arm64"
],
"description": "Run large language models locally on your DAppNode. Ollama inference engine with CPU-only support.\n\n**Features:**\n- CPU acceleration for inference\n- Complete privacy - all processing stays local\n- Support for multiple LLM models (Llama, Mistral, CodeLlama, etc.)\n\n**Requirements:**\n- At least 8GB RAM (16GB+ recommended)\n- Sufficient storage for models (10GB+ recommended)\n",
"links": {
"Model Manager": "http://ui.ollama-cpu.dappnode",
"api": "http://ollama-cpu.dappnode:11434"
},
"architectures": ["linux/amd64", "linux/arm64"],
"description": "Run large language models locally on your DAppNode. Ollama inference engine with CPU-only support.\n\n**Features:**\n- CPU acceleration for inference\n- Complete privacy - all processing stays local\n- Support for multiple LLM models (Llama, Mistral, CodeLlama, etc.)\n\n**Requirements:**\n- At least 8GB RAM (16GB+ recommended)\n- Sufficient storage for models (10GB+ recommended)\n"
"name": "ollama-cpu.dnp.dappnode.eth",
"version": "0.1.2"
}