Replies: 2 comments
-
This is on the near-term todo list. The tricky part is that we want to allow all these params to be controlled in the grammar, so we have to introduce some support there before we can pass that parameter to the get_logits function. If this is a blocker for anyone and they want to help, speak up :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
1// Is my understanding right that I can get_logits instead of tokens, from the called model? Is there a manual for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems to me like an important feature, but i see that that feature has not been implemented yet, I see the sampling logic at https://github.com/guidance-ai/guidance/blob/d36601b62096311988fbba1ba15ae4126fb695df/guidance/models/_model.py#L860C1-L860C30 is mostly complete, is there anything preventing adding this feature?
Beta Was this translation helpful? Give feedback.
All reactions