Replies: 1 comment 2 replies
-
Could you say more about what you would use it for / what it would be useful for in general? I think a beam search adds a lot of complexity and it's not entirely clear to me what it buys us. One way to prototype new features like that is to build it as a feature on top of mlx-lm. And then if it's useful and you still want to do so we can upstream the diff back here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm considering opening a PR to add beam search.
I suppose I would try to follow huggingface/transformers's spec closely.
Would this type of thing be welcomed?
Also wanted to see if anyone had any thoughts about how to best do this.
Beta Was this translation helpful? Give feedback.
All reactions