Text Generation
Transformers
Safetensors
PyTorch
nemotron_h
nvidia
nemotron-3
latent-moe
mtp
conversational
custom_code
8-bit precision
modelopt

tool call leaks

#27
by kristianpaul - opened

When running an agent research job for a while i eventually get tool call leaks like this:

<tool_call>
 <function=bash>
 <parameter=command>
 cd lfs-build && ls -la
 </parameter>
 </function>
 </tool_call>

I this a model know issue? i tried top_k to adjust repetition but dint helped for that long.... now i up to fixing this on the agent level but is something doesn't happen with other models like qwen3.5 110B for example...

Sign up or log in to comment