mistralai / mistral-inference

Official inference library for Mistral models
https://mistral.ai/
Apache License 2.0
9.37k stars 817 forks source link

Friendly Reminder while Generating the output #132

Open BadrinathMJ opened 4 months ago

BadrinathMJ commented 4 months ago

This is a friendly reminder - the current text generation call will exceed the model's predefined maximum length (32768). Depending on the model, you may observe exceptions, performance degradation, or nothing at all.

Can anybody justify why this warning while getting the inference in mistralai/Mistral-7B-Instruct-v0.2?