Closed steventrouble closed 1 year ago
Closes #338
Based off of https://github.com/rustformers/llm/pull/343
Fixes the segfault issue mentioned in that bug, and adds a check that could help catch those errors faster.
Looks good! Can you add the comments from the original PR about why the tensor's optional and why we substitute with wte?
wte
👍 done, thanks!
Brilliant, thanks 🚀
Closes #338
Based off of https://github.com/rustformers/llm/pull/343
Fixes the segfault issue mentioned in that bug, and adds a check that could help catch those errors faster.