Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C implementation #17

Open
abb128 opened this issue Aug 3, 2023 · 1 comment
Open

C implementation #17

abb128 opened this issue Aug 3, 2023 · 1 comment

Comments

@abb128
Copy link

abb128 commented Aug 3, 2023

Great work! I noticed however there's no implementation in C or C++, only in higher-level languages which may make it difficult to integrate into projects like llama.cpp. Is this something being worked on?

@alasdairforsythe
Copy link
Owner

It will eventually get a native C implementation, but not in the near future. In the meantime its possible to export link from Go to C, via a C wrapper. I believe it's possible, but I've not looked into it yet. Let me know if you have any suggestions on how best to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants