Release Notes#
Release 2.0.9-variant#
This release contains model updates outlined in the following sections.
Kimi-K2.6#
This is an updated release of Kimi-K2.6. This NIM is part of the NIM Certified offering. For more information on this model, refer to the model card.
For GPU support, refer to the support matrix for Kimi-K2.6.
Note the following limitations:
Kimi-K2.6
Air-gapped and offline deployment is not supported in this release. The NIM contacts NGC at startup to download the speculative-decoding draft model, even when the model cache is fully pre-populated, so a deployment without network access to NGC will not start.
Structured (guided) decoding is partially supported. Only the
regexmode is reliable. Thechoice,json,grammar, andwhitespace_patternmodes may produce malformed output, such as extra or duplicated characters at the start of the response.
Muse Glimmer#
This is the initial release of Muse Glimmer. For more information on this model, refer to the model card.
For GPU support, refer to the support matrix for Muse Glimmer.
Note the following limitations:
Muse Glimmer
This model does not support disabling thinking. Thinking is always enabled when using the
/v1/messagesendpoint.Formatting can be unstable, which may cause errors when extracting the final answer.
Chain-of-thought content is returned in the
message.reasoningfield. The final answer is returned in themessage.contentfield.If
max_tokensis set too low, the response can returncontent: nullwithfinish_reason: "length". This indicates an insufficient token budget, not an error. For themax_tokensfield, use at least512for typical chat requests and at least4096for tool-calling requests.Parallel tool calling can sometimes fall back to a single sequential tool call (observed in about 20% of cases).
Do not configure
<|eom|>(token ID200007) as a stop token under any circumstances.DFlash can be enabled on all GPUs. To enable it, select a profile whose name ends with
-dflash.min_pandlogit_biasare not supported on DFlash profiles.Video input requires mounting FFmpeg8 into the container. Add the following volume mount to your
docker runcommand:-v /path/to/ffmpeg8/lib:/opt/ffmpeg8:ro \
The container
docker runcommand does not support the-u $(id -u)parameter.NIM_DISABLE_MODEL_DOWNLOADis not supported.For air-gap deployment, mount the local model path and set
NIM_MODEL_PATH:-v <local-model-path>:/opt/nim/workspace \ -e NIM_MODEL_PATH=/opt/nim/workspace
For information about past updates and older versions, refer to the previous release notes.