You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on a run job, if max_tokens is not provided we limit the number to 2000.
With infinite context many models can just spew endless BS forever, so we don't want to default to uint32_max as this would consume gigabytes of memory and minutes of time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently on a run job, if max_tokens is not provided we limit the number to
2000
.With infinite context many models can just spew endless BS forever, so we don't want to default to
uint32_max
as this would consume gigabytes of memory and minutes of time.We should think of a way to handle it better.
Beta Was this translation helpful? Give feedback.
All reactions