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☆44Updated 2 years ago
- Demo of the unit_scaling library, showing how a model can be easily adapted to train in FP8.☆46Updated 11 months ago
- ☆29Updated 2 years ago
- Experiment of using Tangent to autodiff triton☆79Updated last year
- Little article showing how to load pytorch's models with linear memory consumption☆34Updated 2 years ago
- Context Manager to profile the forward and backward times of PyTorch's nn.Module☆83Updated last year
- A place to store reusable transformer components of my own creation or found on the interwebs☆56Updated last week
- Prototype routines for GPU quantization written using PyTorch.☆21Updated 5 months ago
- MaskedTensors for PyTorch☆38Updated 2 years ago
- Quantize transformers to any learned arbitrary 4-bit numeric format☆21Updated last week
- PyTorch centric eager mode debugger☆47Updated 6 months ago
- Torch Distributed Experimental☆116Updated 11 months ago
- ☆21Updated 4 months ago
- Make triton easier☆47Updated last year
- Customized matrix multiplication kernels☆56Updated 3 years ago
- A library for unit scaling in PyTorch☆125Updated 7 months ago
- ☆74Updated 2 years ago
- TorchFix - a linter for PyTorch-using code with autofix support☆143Updated 5 months ago
- Triton Implementation of HyperAttention Algorithm☆48Updated last year
- ImageNet-12k subset of ImageNet-21k (fall11)☆21Updated 2 years ago
- Contains my experiments with the `big_vision` repo to train ViTs on ImageNet-1k.☆22Updated 2 years ago
- FID computation in Jax/Flax.☆28Updated 11 months ago
- ☆13Updated 2 months ago
- A GPT, made only of MLPs, in Jax☆58Updated 4 years ago
- A block oriented training approach for inference time optimization.☆33Updated 10 months ago
- ☆21Updated 2 months ago
- An open source implementation of CLIP.☆32Updated 2 years ago
- Re-implementation of 'Grokking: Generalization beyond overfitting on small algorithmic datasets'☆38Updated 3 years ago
- APPy (Annotated Parallelism for Python) enables users to annotate loops and tensor expressions in Python with compiler directives akin to…☆23Updated 3 weeks ago
- JAX implementation of Learning to learn by gradient descent by gradient descent☆27Updated 8 months ago