Ruby Bindings #792
jtp184
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! I'm a Rubyist who dabbles in ML when I can, and watching this project's progress has been extremely exciting! Given the well-crafted C API, I wanted to see if I could get it into Ruby by way of Ruby's C extensions. Sure enough, it was pretty straightforward to cannibalize
main.cpp
into a Ruby extension, and run token generation in Ruby on my Arch desktop.I've published my extension on my GitHub, and wanted to share it with the community here. Feedback appreciated. Happy hacking!
https://github.com/jtp184/llamaste
Beta Was this translation helpful? Give feedback.
All reactions