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

Inference binary #42

Closed
drdaffey opened this issue Apr 25, 2023 · 1 comment
Closed

Inference binary #42

drdaffey opened this issue Apr 25, 2023 · 1 comment

Comments

@drdaffey
Copy link

Very nice work! Any chance we can get a binary to do inference with, similar to llama.cpp, that is to say, without having to use Python? Thanks.

@saharNooby
Copy link
Collaborator

Hi! I have no plans of creating no-Python binary. But this project has C interface rwkv.h which can be called from C/C++.

For the tokenizer, rwkv-cpp-cuda has tokenizer implementation for RWKV in plain C++. I think it's possible to write a simple C/C++ app combining rwkv.h and this tokenizer, to get no-Python inference app.

@saharNooby saharNooby closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2023
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