AI-ML
Ollama v0.15.5
RESUMEN
New models - Qwen3-Coder-Next: a coding-focused language model from Alibaba's Qwen team, optimized for agentic coding workflows and local development. - GLM-OCR: GLM-OCR is a multimodal OCR model for complex do
Descripción Detallada
New models - Qwen3-Coder-Next: a coding-focused language model from Alibaba's Qwen team, optimized for agentic coding workflows and local development. - GLM-OCR: GLM-OCR is a multimodal OCR model for complex document understanding, built on the GLM-V encoder–decoder architecture. Improvements to `ollama launch` `ollama launch` can now be provided arguments, for example `ollama launch claude -- --resume` `ollama launch` will now work run subagents when using `ollama launch claude` Ollama will now set context limits for a set of models when using `ollama launch opencode` What's Changed Sub-agent support for `ollama launch` for planning, deep research, and similar tasks `ollama signin` will now open a browser window to make signing in easier Ollama will now default to the following context lengths based on VRAM: < 24 GiB VRAM: 4,096 context 24-48 GiB VRAM: 32,768 context >= 48 GiB VRAM: 262,144 context GLM-4.7-Flash support on Ollama's experimental MLX engine `ollama signin` will now open the browser to the connect page Fixed off by one error when using `numpredict` in the API Fixed issue where tokens from a previous sequence would be returned when hitting `numpredict` New Contributors @avukmirovich made their first contribution in Full Changelog:
Se añaden nuevos modelos y mejoras en `ollama launch`.
- Nuevo modelo Qwen3-Coder-Next para desarrollo de código.
- Nuevo modelo GLM-OCR para comprensión de documentos complejos.
- `ollama launch` ahora acepta argumentos y soporta subagentes.
- Se mejoran los límites de contexto según la VRAM disponible.
A quién le importa
Todos los que usan Ollama para desarrollo y procesamiento de documentos.
Generado por IA · puede contener errores
Releases Relacionados
AI-ML
Ollama v0.30.10
## What's Changed * models: add Cohere2MoE model by @jmorganca in https://github.com/ollama/ollama/pull/16670 * llama: update llama.cpp to b9672 by @pdevine in https://github.com/ollama/ollama/pull/16775 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.30.9...v0.30.10-rc0
AI-ML
Ollama v0.30.9
## What's Changed * Support for Cohere2Moe architecture * Fixed LFM2 parser/render for cases where thinking was not emitted * Fixed issue where `ollama launch claude` and other coding agent or assistant use cases would only output one token * Ollama will now return an error if a single message i