-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
27 lines (27 loc) · 1.28 KB
/
dappnode_package.json
File metadata and controls
27 lines (27 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ollama-openwebui.dnp.dappnode.eth",
"version": "0.1.0",
"upstream": [
{
"repo": "ollama/ollama",
"version": "v0.17.7",
"arg": "OLLAMA_VERSION"
},
{
"repo": "open-webui/open-webui",
"version": "v0.8.10",
"arg": "WEBUI_VERSION"
}
],
"shortDescription": "Local AI chat interface with Ollama and Open WebUI",
"description": "Run large language models locally on your DAppNode with GPU acceleration. This package combines Ollama (with AMD ROCm support for GPU inference) and Open WebUI (a ChatGPT-like interface) to provide a complete local AI solution.\n\n**Features:**\n- AMD GPU acceleration via ROCm\n- ChatGPT-like web interface\n- Complete privacy - all processing stays local\n- Support for multiple LLM models (Llama, Mistral, CodeLlama, etc.)\n\n**Requirements:**\n- AMD GPU with ROCm support\n- At least 8GB RAM (16GB+ recommended)\n- Sufficient storage for models (10GB+ recommended)\n\nAccess Open WebUI at http://ollama-openwebui.dappnode:8080",
"type": "service",
"mainService": "webui",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"license": "GPL-3.0",
"categories": ["AI"],
"links": {
"ui": "http://ollama-openwebui.dappnode:8080"
},
"architectures": ["linux/amd64"]
}