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
What is the best way to handle this when summarizing very long inputs?
Is there a way to run llama.cpp just to get the token count?
If so I can chunk into batches, but pointless if the tooling does this already and there's just a flag I haven't found yet.
Command in python
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to handle this when summarizing very long inputs?
Is there a way to run llama.cpp just to get the token count?
If so I can chunk into batches, but pointless if the tooling does this already and there's just a flag I haven't found yet.
Command in python
Feel like pushing
--ctx-size
over 4096 will take too long and be not beneficial anyways.Beta Was this translation helpful? Give feedback.
All reactions