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.32.5
## What's Changed * Fixed an MLX Metal bug that could reduce output quality for NVFP4 models, particularly Laguna. **Full Changelog**: https://github.com/ollama/ollama/compare/v0.32.4...v0.32.5
AI-ML
Ollama v0.32.4
## What's Changed - Support Laguna on Apple GPUs via the MLX engine - Quantize draft-model output heads at the requested type when creating speculative-decoding drafts. - Fixed Qwen3 MoE decoding for differently-quantized experts, plus faster packed gate/up projection (~4–9% on M5 Max). **Full
AI-ML