L2
L2 copied to clipboard
l2 is a fast, Pytorch-style Tensor+Autograd library written in Rust
Currently, the BLAS implementation defaults to accelerate, the Apple one, which is macOS only. On top of preventing non macOS user to build the code as-is, it also causes the...
Given this is a library, `Cargo.lock` should not be committed, especially given that the BLAS src should be adapted to each people working on it. Cf: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
I believe `settings.json` should not be part of the repo.