text-generation-inference
fa4e9511
- Fix two edge cases in `RadixTrie::find` (#3067)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
289 days ago
Fix two edge cases in `RadixTrie::find` (#3067) - Always return a node, not its parent. - Do not recurse when a node does not represent a full prefix of the input.
References
#3067 - Fix two edge cases in `RadixTrie::find`
Author
danieldk
Parents
a914a218
Loading