Tags: #pytorch
Lightning-AI/pytorch-lightning
A deep learning framework that simplifies PyTorch development by automating boilerplate engineering code, enabling scalable training from CPU to multi-node GPUs with minimal code changes.
rasbt/LLMs-from-scratch
A comprehensive, step-by-step guide and codebase for building a ChatGPT-like Large Language Model from scratch using PyTorch.
kvcache-ai/Mooncake
A KVCache-centric disaggregated architecture for high-performance LLM serving, powering leading AI services.
kubeflow/trainer
A Kubernetes-native platform for scalable distributed AI model training and large language model (LLM) fine-tuning across various frameworks.
bitsandbytes-foundation/bitsandbytes
A PyTorch library enabling accessible large language models by dramatically reducing memory consumption through k-bit quantization for both inference and training.
ludwig-ai/ludwig
Ludwig is a low-code, declarative deep learning framework designed to simplify the building, training, and deployment of custom AI models, including LLMs and neural networks.
AccumulateMore/CV
A comprehensive and curated collection of deep learning study notes, integrating content from leading educators like Andrew Ng, Li Mu, and TuDui, covering CV, NLP, and Large Language Models.
microsoft/AI-For-Beginners
A comprehensive 12-week, 24-lesson curriculum designed to introduce beginners to the fundamentals of Artificial Intelligence.
tianrun-chen/SAM-Adapter-PyTorch
A PyTorch-based framework to adapt Meta AI's Segment Anything Model (SAM) for improved performance on challenging downstream computer vision tasks using adapters and prompts.
adapter-hub/adapters
A unified library for parameter-efficient and modular transfer learning, extending HuggingFace Transformers with various adapter methods.
labmlai/annotated_deep_learning_paper_implementations
A comprehensive collection of PyTorch implementations for over 60 deep learning papers, accompanied by detailed side-by-side notes for enhanced understanding.
microsoft/LoRA
A PyTorch library implementing LoRA (Low-Rank Adaptation) to efficiently fine-tune large language models by significantly reducing trainable parameters and storage requirements.
huggingface/diffusers
A modular PyTorch library for state-of-the-art diffusion models, enabling easy generation of images, audio, and more.
ashawkey/stable-dreamfusion
A PyTorch implementation of Dreamfusion, enabling text-to-3D and image-to-3D content generation using NeRF and Stable Diffusion.
kuprel/min-dalle
A fast, minimal PyTorch port of DALL·E Mini, optimized for efficient text-to-image generation inference.
lucidrains/imagen-pytorch
A PyTorch implementation of Google's Imagen, a state-of-the-art text-to-image neural network that surpasses DALL-E2 in synthesis quality.
lucidrains/DALLE2-pytorch
A PyTorch implementation of OpenAI's DALL-E 2, enabling advanced text-to-image synthesis through a diffusion-based neural network architecture.
lucidrains/DALLE-pytorch
An open-source PyTorch implementation of OpenAI's DALL-E, a text-to-image transformer, including CLIP for generation ranking.
NVIDIA-NeMo/NeMo
A scalable generative AI framework for building, customizing, and deploying models focused on Large Language Models, Multimodal, and Speech AI (ASR, TTS).
snakers4/silero-models
Silero Models offers a collection of pre-trained, end-to-end text-to-speech models designed for simplicity, speed, and natural-sounding speech generation.
babysor/MockingBird
A powerful open-source toolkit for real-time voice cloning and arbitrary speech generation from text.
kyegomez/BitNet
A PyTorch implementation of BitNet, enabling highly efficient 1-bit transformers for large language models.
facebookresearch/mmf
A modular PyTorch-based framework from Facebook AI Research for state-of-the-art vision and language multimodal AI research.
ZhaoJ9014/face.evoLVe
A high-performance, comprehensive face recognition library built on PaddlePaddle and PyTorch.
dbiir/UER-py
UER-py is an open-source PyTorch-based framework for pre-training and fine-tuning NLP models, offering modularity, extensibility, and a comprehensive model zoo.
MoonInTheRiver/DiffSinger
DiffSinger is an official PyTorch implementation of a singing voice synthesis (SVS) and text-to-speech (TTS) system, leveraging a shallow diffusion mechanism for high-quality audio generation.
mozilla/TTS
A deep learning library for advanced Text-to-Speech generation, offering high-quality speech synthesis with pretrained models and multi-language support.