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:
- CUDA implementation of autoregressive linear attention, with all the latest research findings☆45Updated 2 years ago
- ☆29Updated 3 years ago
- Demo of the unit_scaling library, showing how a model can be easily adapted to train in FP8.☆45Updated last year
- Customized matrix multiplication kernels☆57Updated 3 years ago
- Experiment of using Tangent to autodiff triton☆80Updated last year
- A place to store reusable transformer components of my own creation or found on the interwebs☆60Updated last week
- Context Manager to profile the forward and backward times of PyTorch's nn.Module☆82Updated 2 years ago
- Torch Distributed Experimental☆117Updated last year
- MaskedTensors for PyTorch☆38Updated 3 years ago
- PyTorch centric eager mode debugger☆48Updated 10 months ago
- Make triton easier☆48Updated last year
- Little article showing how to load pytorch's models with linear memory consumption☆34Updated 3 years ago
- FlexAttention w/ FlashAttention3 Support☆27Updated last year
- Triton Implementation of HyperAttention Algorithm☆48Updated last year
- Experimental scripts for researching data adaptive learning rate scheduling.☆22Updated 2 years ago
- ☆21Updated 7 months ago
- An open source implementation of CLIP.☆33Updated 2 years ago
- ImageNet-12k subset of ImageNet-21k (fall11)☆21Updated 2 years ago
- TorchFix - a linter for PyTorch-using code with autofix support☆149Updated 2 months ago
- ☆91Updated last year
- Utilities for Training Very Large Models☆58Updated last year
- High performance pytorch modules☆18Updated 2 years ago
- A library for unit scaling in PyTorch☆132Updated 3 months ago
- A GPT, made only of MLPs, in Jax☆58Updated 4 years ago
- Another attempt at a long-context / efficient transformer by me☆38Updated 3 years ago
- Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch☆182Updated 2 years ago
- Memory-Efficient CUDA kernels for training ConvNets with PyTorch.☆42Updated 8 months ago
- A case study of efficient training of large language models using commodity hardware.☆68Updated 3 years ago
- a lightweight transformer library for PyTorch☆72Updated 3 years ago
- CUDA and Triton implementations of Flash Attention with SoftmaxN.☆73Updated last year