Closed ivarflakstad closed 3 months ago
=============================================================================== Language Files Lines Code Comments Blanks =============================================================================== TOML 1 70 58 2 10 ------------------------------------------------------------------------------- Rust 66 14516 12421 200 1895 |- Markdown 35 343 0 272 71 (Total) 14859 12421 472 1966 =============================================================================== Total 67 14586 12479 202 1905 ===============================================================================
commit: a89855a
npm i https://pkg.pr.new/huggingface/ratchet/@ratchet/ratchet-web@245
Excellent 🚀
Initial steps adding CPU implementation for ratchet.
todo:
Ops implemented in this first PR:
Currently we are using
Tensor::to_vec<T>
to access the data in the cpu buffer. At some point we should look into "peeking" into the storage as a slice instead. Probably at the same time as introducing vectorized operations and wasm.