Knowledge Base
Slo llama
2025-01-30
Tips to optimize ollama RAM usage, and speeding up inference.
Ollama
Quasar with Vite - Blocked request
2025-01-21
Fix "Blocked request" error with Quasar and Vite, by adding allowedHosts to your quasar config.
QuasarVue.js
How to configure Ollama on Linux
2024-12-27
In this article, we will cover a few dos and don'ts for configuring Ollama on Linux. This assumes a native installation on bare metal, and is likely not applicable to virtual machines or WSL. It also assumes your distro uses systemd.
Ollama
Unloading Ollama Models on Linux
2024-08-22
Quick, dirty and naive scripts to unload a running Ollama model from the shell.
Ollama
Deciphering Ollama model names
2024-08-23
A brief overview of ollama namespaces, model weights, and tags.
Ollama
Fix Django Static Files Permission Problems
2024-08-30
Solution to common nginx permission errors when static files are located in the user's directory.
Django