Madankh's Stars
linkedin/Liger-Kernel
Efficient Triton Kernels for LLM Training
salykova/matmul.c
Fast, Multi-threaded Matrix Multiplication in C
zeroth-robotics/zeroth-bot
Hackable, affordable, and powerful 3D-printed open-source humanoid robot platform for sim-to-real and RL
Madankh/ToyTorch
ToyTorch project, aimed at deepening my skills in C++, CUDA, Python, and C through practical development.
haoyuhsu/autovfx
Offical codes for "AutoVFX: Physically Realistic Video Editing from Natural Language Instructions."
vxnuaj/DLPapers
A repository of notes and implementations (in PyTorch) of deep learning research papers!
NVIDIA/Cosmos-Tokenizer
A suite of image and video neural tokenizers
OpenRobotLab/VLM-Grounder
[CoRL 2024] VLM-Grounder: A VLM Agent for Zero-Shot 3D Visual Grounding
mohitmishra786/underTheHoodOfExecutables
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
kijai/ComfyUI-MochiWrapper
LituRout/RF-Inversion
Rectified Flow Inversion (RF-Inversion)
logtd/ComfyUI-MochiEdit
ComfyUI nodes to edit videos using Genmo Mochi
altera-al/project-sid
etched-ai/open-oasis
Inference script for Oasis 500M
lucasdelimanogueira/PyNorch
Recreating PyTorch from scratch (C/C++, CUDA, NCCL and Python, with multi-GPU support and automatic differentiation!)
vikhyat/moondream
tiny vision language model
apoorvnandan/tensor.h
creating a tiny tensor library in raw C
Animadversio/DiffusionFromScratch
Rebuild the Stable Diffusion Model in a single python script. Tutorial for Harvard ML from Scratch Series
genmoai/models
The best OSS video generation models
xjdr-alt/entropix
Entropy Based Sampling and Parallel CoT Decoding
tatakai1/classifier_free_ddim
A simple implementation of classifier-free guidance DDIM on MNIST
rhymes-ai/Allegro
Allegro is a powerful text-to-video model that generates high-quality videos up to 6 seconds at 15 FPS and 720p resolution from simple text input.
lucidrains/spline-based-transformer
Implementation of the proposed Spline-Based Transformer from Disney Research
microsoft/BitNet
Official inference framework for 1-bit LLMs
jhaoshao/3D-compution-vision
My exercise in course Computer Vision at https://uni-tuebingen.de/fakultaeten/mathematisch-naturwissenschaftliche-fakultaet/fachbereiche/informatik/lehrstuehle/autonomous-vision/lectures/computer-vision/
dangkhoasdc/awesome-ai-residency
List of AI Residency Programs
apoorvnandan/lilgrad
pytorch from scratch in pure C/CUDA and python
tysam-code/hlb-gpt
Minimalistic, extremely fast, and hackable researcher's toolbench for GPT models in 307 lines of code. Reaches <3.8 validation loss on wikitext-103 on a single A100 in <100 seconds. Scales to larger models with one parameter change (feature currently in alpha).
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
sihyun-yu/REPA
Official Pytorch Implementation of Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think