Join us

ContentUpdates and recent posts about Ollama..
Link
@anjali shared a link, 5 months, 3 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool Grype , 5 months, 3 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool Bandit , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 5 months, 3 weeks ago.
 Activity
@varbear added a new tool pre-commit , 5 months, 3 weeks ago.
 Activity
@devopslinks added a new tool GitGuardian , 5 months, 3 weeks ago.
Ollama is an open source tool for running large language models locally on your own machine. It packages model weights, configuration, and a runtime into a single binary with a simple CLI, letting developers pull and run models like Llama, Mistral, or Qwen with one command (`ollama run <model>`). It exposes an HTTP API compatible with parts of the OpenAI spec, which makes it easy to swap into existing tooling. Ollama is one of the most popular entry points for local LLM inference, particularly on macOS and Linux developer machines.