AI-ML
Ollama v0.20.0
RESUMEN
Gemma 4 Effective 2B (E2B) ``` ollama run gemma4:e2b ``` Effective 4B (E4B) ``` ollama run gemma4:e4b ``` **26B (Mixture of Experts mod
Descripción Detallada
Gemma 4 Effective 2B (E2B) ``` ollama run gemma4:e2b ``` Effective 4B (E4B) ``` ollama run gemma4:e4b ``` 26B (Mixture of Experts model with 4B active parameters) ``` ollama run gemma4:26b ``` 31B (Dense) ``` ollama run gemma4:31b ``` What's Changed docs: update pi docs by @ParthSareen in mlx: respect tokenizer addbostoken setting in pipeline by @dhiltgen in * tokenizer: add SentencePiece-style BPE support by @dhiltgen in Full Changelog:
Nueva versión de Ollama con mejoras en documentación y soporte de tokenización.
- Actualización de la documentación de pi.
- El pipeline ahora respeta la configuración de add_bos_token del tokenizador.
- Se añade soporte de BPE estilo SentencePiece.
A quién le importa
Todos los que usan Ollama y están interesados en mejoras de documentación y tokenización.
Generado por IA · puede contener errores
Releases Relacionados
AI-ML
Ollama v0.23.0
## Claude Desktop with Ollama Launch <img width="1272" height="872" alt="ca1" src="https://github.com/user-attachments/assets/1d550e3f-0272-4429-8cb2-06d32344cb77" /> Claude Desktop is now supported with Ollama Launch. Both Claude Cowork and Claude Code are supported within the Claude Desktop Ap
AI-ML
Ollama v0.22.1
## What's Changed * Updated the **Gemma 4** renderer for thinking and tool calling improvements * Model recommendations are now updated without updating Ollama * Aligned the desktop app's launch page with `ollama launch` integrations * Fixed the Poolside integration title in `ollama launch`