How to Run Mixtral 8x7B Locally with Ollama

Mixtral 8x7B was a landmark release when it came out — a Mixture of Experts model that delivers performance competitive with much larger models by selectively routing each token through just two of its eight expert networks at inference time. This means you get the quality of a large model at the computational cost of … Read more

How to Run Gemma 3 Locally with Ollama

Gemma 3 is Google’s best open-weight model family to date, and it’s a significant step up from Gemma 2. The standout version is the 27B model, which competes with much larger open-source models on reasoning and instruction following. But the whole family is worth knowing — from the 1B model that runs on almost anything … Read more