Clorch v0.1.0

Hi all,

I’m releasing Clorch, a deep learning library in Clojure built on LibTorch (C++ lib for torch).

Now it’s possible to run inference, build custom models, and train them all in Clojure with no need for Python/PyTorch at all!

PyTorch-style tensors, autograd, neural-network modules (including LLM components), optimizers, data loading, CPU/CUDA support and all that jazz has been implemented :slight_smile: