Skip to content

Tag: ai

All the articles with the tag "ai".

Ollama Keep Alive: Unload Models from VRAM

Ollama Keep Alive: Unload Models from VRAM

· Updated:

Ollama holds models in VRAM after every request. Set keep_alive, force an unload through the API, and cap how many models stay resident at once.

Key Parameters of Large Language Models

Key Parameters of Large Language Models

· Updated:

Temperature, top-p, top-k, context length, LLM inference parameters explained so you stop guessing why the model gives weird output.