apps.header.allAppsCount
ollama
apps.detail.officialapps.detail.types.app from joly0's Repository
apps.detail.sections.overview
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.detail.sections.requirements
Nvidia-Driver plugin (nVidia Support)
Radeon-TOP plugin (AMD Support)
apps.downloadStats.title
apps.downloadStats.chart.totalOverTime
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
ollama/ollamaapps.detail.sections.runtime
- apps.detail.details.webui
http://[IP]:[PORT:11434]/- apps.detail.details.network
bridge- apps.detail.details.shell
bash- apps.detail.details.privileged
- false
apps.detail.sections.configuration
- apps.detail.config.target
- /root/.ollama
- apps.detail.config.default
- /mnt/user/appdata/ollama
- apps.detail.config.value
- /mnt/user/appdata/ollama
Port number where ollama listens on.
- apps.detail.config.target
- 11434
- apps.detail.config.default
- 11434
- apps.detail.config.value
- 11434
IP and Port the server binds to. Set to 127.0.0.1:11434 for internal only access.
- apps.detail.config.default
- 0.0.0.0:11434
- apps.detail.config.value
- 0.0.0.0:11434
Comma-separated list of allowed CORS origins.
- apps.detail.config.default
- *
- apps.detail.config.value
- *
How long a model stays in VRAM, e.g. 60m or 24h (Set to -1 for infinite, 0 for none).
- apps.detail.config.default
- 5m
- apps.detail.config.value
- 5m
Timeout for stall detection during model loads.
- apps.detail.config.default
- 5m
- apps.detail.config.value
- 5m
Max number of parallel requests a single model can handle.
- apps.detail.config.default
- 1
- apps.detail.config.value
- 1
Default context window (tokens) if not specified by the model.
- apps.detail.config.default
- 4096
- apps.detail.config.value
- 4096
Quantization type for the K/V cache, e.g. f16, q8_0, q4_0.
- apps.detail.config.default
- f16
- apps.detail.config.value
- f16
The path where model weights and blobs are stored.
- apps.detail.config.default
- /root/.ollama/models
- apps.detail.config.value
- /root/.ollama/models
Maximum number of models loaded per GPU at once (Set to 0 for infinite).
- apps.detail.config.default
- 0
- apps.detail.config.value
- 0
Max requests that can wait in line when the server is busy.
- apps.detail.config.default
- 512
- apps.detail.config.value
- 512
Log detail level: 0 for INFO, 1 for DEBUG, 2 for TRACE.
- apps.detail.config.default
- 0|1|2
Reserved VRAM (in bytes) to leave empty on each GPU.
- apps.detail.config.default
- 0
- apps.detail.config.value
- 0
Enables experimental Flash Attention optimizations.
- apps.detail.config.default
- false|true
If true, always spreads model layers across all visible GPUs.
- apps.detail.config.default
- false|true
Optimizes prompt caching when multiple users share a model.
- apps.detail.config.default
- false|true
If true, does not delete unused model blobs on startup.
- apps.detail.config.default
- false|true
Disables the readline history in the interactive CLI.
- apps.detail.config.default
- false|true
Enables the experimental new Ollama engine.
- apps.detail.config.default
- false|true
Enables experimental Vulkan hardware acceleration.
- apps.detail.config.default
- false|true
Proxy for downloading models over HTTP.
Proxy for downloading models over HTTPS.
Comma-separate list of hosts/IPs that bypass the proxy.