AI-ML
Ollama v0.18.0
RESUMEN
Ollama 0.18 includes improved performance for OpenClaw and Ollama’s cloud models, including the new Nemotron-3-Super model by NVIDIA designed for high-performance agentic reasoning tasks. Improved OpenClaw performance with Kimi-K2.5 This release of Olla
Descripción Detallada
Ollama 0.18 includes improved performance for OpenClaw and Ollama’s cloud models, including the new Nemotron-3-Super model by NVIDIA designed for high-performance agentic reasoning tasks. Improved OpenClaw performance with Kimi-K2.5 This release of Ollama improves performance of cloud models and their reliability. - Up to 2x faster speeds with Kimi-K2.5 - Tool calling accuracy has been improved ``` ollama launch openclaw --model kimi-k2.5 ``` Ollama is now a provider in OpenClaw Ollama can now be selected as an authentication and model provider during OpenClaw onboarding (thanks @BruceMacD for contributing and @steipete for reviewing!) ``` openclaw onboard --auth-choice ollama ``` More information: Nemotron-3-Super Nemotron-3-Super: is a new 122B parameter model with strong reasoning and tool calling capability, while having top performance when run on modern hardware: - `ollama run nemotron-3-super:cloud` - `ollama run nemotron-3-super` to run locally (requires 96GB+ of VRAM) Nemotron-3-Super scores highest of any open model on PinchBench, a benchmark suite that measures how successful models are at completing tasks when used with OpenClaw. ``` ollama launch openclaw --model nemotron-3-super:cloud ``` Or using OpenClaw’s onboarding: ``` openc
Ollama 0.18 mejora el rendimiento de OpenClaw y presenta el nuevo modelo Nemotron-3-Super.
- Rendimiento de OpenClaw mejorado hasta 2x más rápido con Kimi-K2.5.
- Mayor precisión en la llamada de herramientas.
- Ollama ahora es un proveedor de autenticación y modelo en OpenClaw.
- Nuevo modelo Nemotron-3-Super con 122B parámetros, optimizado para hardware moderno.
A quién le importa
Todos los que usan Ollama y OpenClaw.
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