Rust+OpenCL+AVX2 implementation of LLaMA inference codegithub.com6 points·by myers·3 tahun yang lalu·0 comments
myers·3 tahun yang lalu·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·3 tahun yang lalu·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...>