the-crypt-keeper / LLooM

Experimental LLM Inference UX to aid in creative writing
MIT License
74 stars 6 forks source link

Track the full probability chain along each beam instead of only the final string and accumulated probability mass #1

Open the-crypt-keeper opened 1 month ago

the-crypt-keeper commented 1 month ago

This is the biggest corner that I cut in this implementation and its blocking some nice stuff:

the-crypt-keeper commented 1 month ago

This is now much easier with the new iterative BFS search, but still not done 😄