kuan-wang's Stars
CompVis/stable-diffusion
A latent text-to-image diffusion model
comfyanonymous/ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
meta-llama/llama
Inference code for Llama models
ultralytics/yolov5
YOLOv5 š in PyTorch > ONNX > CoreML > TFLite
dair-ai/Prompt-Engineering-Guide
š Guides, papers, lecture, notebooks and resources for prompt engineering
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
LAION-AI/Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
lllyasviel/ControlNet
Let us control diffusion models!
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
acheong08/ChatGPT
Reverse engineered ChatGPT API
Stability-AI/generative-models
Generative Models by Stability AI
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
stanfordnlp/dspy
DSPy: The framework for programmingānot promptingālanguage models
tloen/alpaca-lora
Instruct-tune LLaMA on consumer hardware
black-forest-labs/flux
Official inference repo for FLUX.1 models
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
CompVis/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron and DeepSpeed libraries
z-x-yang/Segment-and-Track-Anything
An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
microsoft/CodeBERT
CodeBERT
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
domeccleston/sharegpt
Easily share permanent links to ChatGPT conversations with your friends
openai/summarize-from-feedback
Code for "Learning to summarize from human feedback"
wilson1yan/VideoGPT
facebookresearch/FiD
Fusion-in-Decoder
night-chen/ToolQA
ToolQA, a new dataset to evaluate the capabilities of LLMs in answering challenging questions with external tools. It offers two levels (easy/hard) across eight real-life scenarios.