lernapparat / torchhacksLinks
Hacks for PyTorch
☆19Updated 2 years ago
Alternatives and similar repositories for torchhacks
Users that are interested in torchhacks are comparing it to the libraries listed below
Sorting:
- Demo of the unit_scaling library, showing how a model can be easily adapted to train in FP8.☆46Updated last year
- Experiment of using Tangent to autodiff triton☆81Updated last year
- CUDA implementation of autoregressive linear attention, with all the latest research findings☆44Updated 2 years ago
- A place to store reusable transformer components of my own creation or found on the interwebs☆60Updated 3 weeks ago
- Customized matrix multiplication kernels☆56Updated 3 years ago
- Little article showing how to load pytorch's models with linear memory consumption☆34Updated 3 years ago
- Context Manager to profile the forward and backward times of PyTorch's nn.Module☆83Updated last year
- Make triton easier☆47Updated last year
- ☆21Updated 6 months ago
- Prototype routines for GPU quantization written using PyTorch.☆21Updated last month
- Torch Distributed Experimental☆117Updated last year
- ☆29Updated 2 years ago
- MaskedTensors for PyTorch☆38Updated 3 years ago
- ☆15Updated 4 months ago
- Quantize transformers to any learned arbitrary 4-bit numeric format☆45Updated 2 months ago
- An open source implementation of CLIP.☆32Updated 2 years ago
- TorchFix - a linter for PyTorch-using code with autofix support☆147Updated 3 weeks ago
- PyTorch centric eager mode debugger☆48Updated 9 months ago
- pytest plugin for a better developer experience when working with the PyTorch test suite☆44Updated 3 years ago
- JAX implementation of Learning to learn by gradient descent by gradient descent☆27Updated last month
- A GPT, made only of MLPs, in Jax☆58Updated 4 years ago
- Triton Implementation of HyperAttention Algorithm☆48Updated last year
- a lightweight transformer library for PyTorch☆72Updated 3 years ago
- ☆75Updated 2 years ago
- High performance pytorch modules☆18Updated 2 years ago
- A user-friendly tool chain that enables the seamless execution of ONNX models using JAX as the backend.☆123Updated last month
- No-GIL Python environment featuring NVIDIA Deep Learning libraries.☆63Updated 5 months ago
- Experimental scripts for researching data adaptive learning rate scheduling.☆22Updated last year
- Implementation of a Transformer using ReLA (Rectified Linear Attention) from https://arxiv.org/abs/2104.07012☆49Updated 3 years ago
- Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing☆50Updated 3 years ago