cryscan / web-rwkv

Implementation of the RWKV language model in pure WebGPU/Rust.
Other
210 stars 15 forks source link

My slow LLaMA2.c port #15

Closed seddonm1 closed 6 months ago

seddonm1 commented 6 months ago

If interested I took your project as an example to port LLaMA2.c to WebGPU: https://github.com/seddonm1/web-llm

Thanks for the excellent repo!

cryscan commented 6 months ago

Sounds cool! Don't hesitate to reach out if you have any questions about the repo, from the architecture to nitty-gritty.

seddonm1 commented 6 months ago

Thank you @cryscan . The repo is very well organised.