-
I need a little more control over which tokens are generated. I saw discussions in llama.cpp about logit-bias, is it possible to add support for that? It would be nice to have facilities to:
Is this supported or easy to add? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
giladgd
Apr 10, 2024
Replies: 1 comment 9 replies
-
@Madd0g I've added support for logit bias here; it will be available in the next beta version. I don't want to expose the internal values and flow of the logit usage as-is like you suggested since I aim to keep this library relatively high-level. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
giladgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Madd0g I've added support for logit bias here; it will be available in the next beta version.
I don't want to expose the internal values and flow of the logit usage as-is like you suggested since I aim to keep this library relatively high-level.