My personal playground for dumping all the models I have coded on PyTorch. You may find the following treasuries:
- Basics of PyTorch
- Basic NLP/CV models
- Profiling Basics
- Advanced NLP Models
- Transformers implementation
Coming Soon
- Transformers Optimization:
- KV Caching
- Speculative Decoding
- MQA/GQA optimization
- BERT implementation
- GPT implementation
- Popular Vision Models
- Stable Diffusion
- Vision Transformers