Umar Jamil

Results 12 repositories owned by Umar Jamil

pytorch-llama

220
Stars
45
Forks
Watchers

LLaMA 2 implemented from scratch in PyTorch

transformer-from-scratch-notes

158
Stars
39
Forks
Watchers

Notes about "Attention is all you need" video (https://www.youtube.com/watch?v=bCz4OMemCcA)

pytorch-stable-diffusion

361
Stars
78
Forks
Watchers

Stable Diffusion implemented from scratch in PyTorch

pytorch-lora

76
Stars
23
Forks
Watchers

LORA: Low-Rank Adaptation of Large Language Models implemented using PyTorch

mamba-notes

128
Stars
8
Forks
Watchers

Notes on the Mamba and the S4 model (Mamba: Linear-Time Sequence Modeling with Selective State Spaces)

pytorch-ddpm

20
Stars
4
Forks
Watchers

Implementation of the paper "Denoising Diffusion Probabilistic Models" in PyTorch