Rust+OpenCL+AVX2 implementation of LLaMA inference codegithub.com6 points·by myers·hace 3 años·0 comments
myers·hace 3 años·discussThere are show notes open for PRs for folks to add too. See if someone does over the next few days: https://github.com/oxidecomputer/oxide-and-friends/blob/mast...
myers·hace 3 años·discussI second this one. This was a great book.There are some follow ups to the final project I likeCompile to WASM so you can run on the web: <https://hands-on-rust.com/2021/11/06/run-your-rust-games-in-...>Port to the Bevy ECS: <https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_o...>