LaurentMazare/ocaml-torch: OCaml bindings for PyTorch
github.com · 602 words · saved by 1 readers
OCaml bindings for PyTorch
Warning Development for this repo has moved to https://github.com/janestreet/torch . ocaml-torch provides some ocaml bindings for the PyTorch tensor library. This brings to OCaml NumPy-like tensor computations with GPU acceleration and tape-based automatic differentiation. These bindings use the PyTorch C++ API and are mostly automatically generated. The current GitHub tip and the opam package v0.7 corresponds to PyTorch v2.0.0. On Linux note that you will need the PyTorch version using the cxx11 abi cpu version, cuda 11.7 version. Opam Installation The opam package can be installed…
saved by
related reading
- PyTorch internals : ezyang's blogblog.ezyang.com
- PyTorch in One Hour: From Tensors to Training Neural Networks on Multiple GPUssebastianraschka.com
- GitHub - mni-ml/framework: A machine learning library with a TypeScript API and Rust backend. CUDA and WebGPU compatibility. Built to understand how ML frameworks and models work internally.github.com
- PyTorch (@PyTorch) / Xx.com
- PiTorch: ML on Baremetal Raspberry Pis | projectsmasonjwang.com
- Learning PyTorch with Examples — PyTorch Tutorials 2.12.0+cu130 documentationpytorch.org
- Get Startedpytorch.org
- GitHub - DiffEqML/torchdyn: A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methodsgithub.com
- Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and morenn.labml.ai
- UW PLSE | How does torch.compile work?uwplse.org
- Previous PyTorch Versionspytorch.org
- Jane Street Blogblog.janestreet.com