Skip to content

Latest commit

 

History

History
198 lines (159 loc) · 23.2 KB

File metadata and controls

198 lines (159 loc) · 23.2 KB

AI / ML — LLMs (Large Language Models)

Comprehensive collection of repositories for open source LLMs, fine-tuning, inference, RAG, agents, evaluation, and production deployment.


Open Source Models

Repository Description Stars
meta-llama/llama Meta's LLaMA — foundational open LLM used by most OSS models Stars
meta-llama/llama3 LLaMA 3 — Meta's most capable open model family Stars
mistralai/mistral-src Mistral 7B — outperforms LLaMA 2 13B on most benchmarks Stars
google/gemma Google Gemma — lightweight open models from Google DeepMind Stars
microsoft/phi Microsoft Phi — small but powerful models Stars
EleutherAI/gpt-neox Large-scale autoregressive LM training framework Stars
EleutherAI/gpt-j GPT-J 6B — open source GPT-3-style model Stars
THUDM/ChatGLM-6B Open bilingual Chinese-English dialogue language model Stars
THUDM/ChatGLM3 ChatGLM3 — third generation bilingual LLM Stars
BlinkDL/RWKV-LM RWKV — RNN with transformer-level performance, runs on CPU Stars
databrickslabs/dolly Dolly — Databricks open instruction-following LLM Stars
tiiuae/falcon-llm Falcon LLM — TII open model, top of open LLM leaderboard Stars
openlm-research/open_llama Open reproduction of LLaMA using RedPajama dataset Stars
mosaicml/llm-foundry LLM training code for MosaicML's MPT models Stars
deepseek-ai/DeepSeek-LLM DeepSeek LLM — strong open model from China Stars
deepseek-ai/DeepSeek-Coder DeepSeek Coder — best open code model Stars
Qwen/Qwen Alibaba's Qwen — strong multilingual open LLM Stars
01-ai/Yi Yi models — bilingual 6B/34B open LLMs Stars

Inference & Local Running

Repository Description Stars
ollama/ollama Run LLaMA, Mistral, Gemma, Phi locally — one command Stars
ggerganov/llama.cpp LLM inference in C/C++ — CPU, Metal, CUDA, Vulkan Stars
vllm-project/vllm PagedAttention — 24x higher throughput than HuggingFace Stars
lm-sys/FastChat Training, serving, and evaluating LLM chatbots Stars
nomic-ai/gpt4all Run LLMs on your laptop — cross-platform desktop app Stars
Mozilla-Ocho/llamafile Run LLMs as a single executable file — no install needed Stars
ggerganov/whisper.cpp Port of OpenAI's Whisper in C++ — CPU-friendly Stars
mlc-ai/mlc-llm Run LLMs natively on any device — iOS, Android, browser Stars
LostRuins/koboldcpp Easy-to-use llama.cpp wrapper with KoboldAI UI Stars
oobabooga/text-generation-webui Gradio web UI for running LLMs locally Stars
huggingface/text-generation-inference HuggingFace production LLM serving toolkit Stars
skypilot-org/skypilot Run LLMs on any cloud — lowest cost, best GPU availability Stars

Fine-tuning

Repository Description Stars
huggingface/peft LoRA, QLoRA, prefix tuning, P-tuning — all in one library Stars
huggingface/trl RLHF, PPO, DPO, SFT — train LLMs with RL Stars
hiyouga/LLaMA-Factory Unified fine-tuning for 100+ LLMs — LoRA, full, QLoRA Stars
artidoro/qlora QLoRA — fine-tune 65B model on single GPU Stars
tloen/alpaca-lora Instruct-tune LLaMA on consumer hardware using LoRA Stars
microsoft/DeepSpeed ZeRO optimization — train massive models on limited hardware Stars
Lightning-AI/lit-gpt Fine-tune and pretrain LLMs — Lightning clean codebase Stars
OpenAccess-AI-Collective/axolotl Streamline fine-tuning of AI models — supports many formats Stars
jondurbin/torchtune PyTorch native fine-tuning library for LLMs Stars
unslothai/unsloth Fine-tune LLaMA, Mistral 2x faster — 70% less memory Stars
huggingface/alignment-handbook Robust recipes for alignment — SFT, DPO, RLHF Stars

RAG (Retrieval-Augmented Generation)

Repository Description Stars
run-llama/llama_index Complete RAG framework — loaders, chunking, retrieval, synthesis Stars
langchain-ai/langchain RAG chains, document loaders, retrievers, vector stores Stars
chroma-core/chroma AI-native open-source vector database — embeddings storage Stars
qdrant/qdrant High-performance vector search engine in Rust Stars
weaviate/weaviate ML-first vector database — hybrid search, GraphQL Stars
milvus-io/milvus Cloud-native vector DB for billion-scale similarity search Stars
pgvector/pgvector Vector similarity search inside PostgreSQL Stars
BerriAI/litellm Call 100+ LLM APIs using the OpenAI format — unified interface Stars
deepset-ai/haystack End-to-end NLP framework for RAG and QA pipelines Stars
embedchain/embedchain Mem0 — memory layer for LLM applications Stars
whyhow-ai/knowledge-graph-studio GraphRAG — knowledge graph based RAG by Microsoft Stars

LLM Agents & Orchestration

Repository Description Stars
langchain-ai/langgraph Build stateful multi-actor agent workflows as graphs Stars
microsoft/autogen Multi-agent conversations — agents collaborate to solve tasks Stars
crewAIInc/crewAI Role-based multi-agent framework — autonomous crews Stars
Significant-Gravitas/AutoGPT Autonomous AI agents — goal-driven with long-term memory Stars
geekan/MetaGPT Multi-agent framework — assigns roles like PM, engineer, QA Stars
pydantic/pydantic-ai Type-safe agent framework by Pydantic team Stars
agno-agi/agno Full-stack framework for building multi-modal AI agents Stars
openai/swarm Educational multi-agent orchestration framework by OpenAI Stars
browser-use/browser-use Make websites accessible to AI agents — browser automation Stars
microsoft/TaskWeaver Code-first agent framework — data analytics tasks Stars

Prompt Engineering & Management

Repository Description Stars
dair-ai/Prompt-Engineering-Guide Comprehensive guide — zero-shot, few-shot, CoT, ReAct, RAG Stars
openai/openai-cookbook OpenAI official examples and best practices Stars
anthropics/anthropic-cookbook Claude API examples — RAG, tools, vision, agents Stars
brexhq/prompt-engineering Brex's internal prompt engineering guide Stars
microsoft/promptflow Build, evaluate, and deploy LLM flows — Microsoft Stars
hegelai/prompttools Open source tools for testing and experimenting with prompts Stars
ErikBjare/gptme Personal AI assistant in your terminal — tool use, code execution Stars

LLM UI & Chat Interfaces

Repository Description Stars
open-webui/open-webui Self-hosted ChatGPT-like UI — works with Ollama and OpenAI Stars
lobehub/lobe-chat Open source ChatGPT alternative — plugins, vision, TTS Stars
danny-avila/LibreChat Enhanced ChatGPT clone — multi-model, self-hostable Stars
mckaywrigley/chatbot-ui Open source ChatGPT UI — simple and clean Stars
oobabooga/text-generation-webui Gradio web UI for LLMs — GPTQ, GGUF, ExLlama support Stars
Yidadaa/ChatGPT-Next-Web Well-designed cross-platform ChatGPT UI Stars
lencx/ChatGPT ChatGPT desktop app — macOS, Windows, Linux Stars

Evaluation & Benchmarking

Repository Description Stars
openai/evals OpenAI framework for evaluating LLMs and prompts Stars
EleutherAI/lm-evaluation-harness 200+ NLP benchmarks — MMLU, HellaSwag, ARC, TruthfulQA Stars
google/BIG-bench Beyond Imitation Game — 200+ challenging tasks for LLMs Stars
allenai/OLMO Open Language Model — fully open weights, data, and training code Stars
lm-sys/FastChat Chatbot Arena — human preference evaluation of LLMs Stars
confident-ai/deepeval LLM evaluation framework — like pytest for LLMs Stars
brainlid/langchain UpTrain — evaluate and improve LLM applications Stars
explodinggradients/ragas Evaluate RAG pipelines — faithfulness, relevance, recall Stars

LLM Safety & Alignment

Repository Description Stars
anthropics/constitutional-ai Anthropic's human feedback dataset for RLHF research Stars
openai/safety-gym Environments for developing safe RL algorithms Stars
llm-attacks/llm-attacks Universal adversarial attacks on aligned LLMs Stars
guardrails-ai/guardrails Add guardrails to LLM outputs — validation and correction Stars
NVIDIA/NeMo-Guardrails Programmable guardrails for LLM-based apps — NVIDIA Stars

Quantization & Compression

Repository Description Stars
qwopqwop200/GPTQ-for-LLaMa GPTQ quantization for LLaMA — 4-bit inference Stars
TimDettmers/bitsandbytes 8-bit and 4-bit quantization — run large models on small GPUs Stars
IST-DASLab/gptq GPTQ — accurate post-training quantization for GPT models Stars
casper-hansen/AutoAWQ AWQ quantization — 4-bit with minimal accuracy loss Stars

Code LLMs

Repository Description Stars
bigcode-project/starcoder2 StarCoder 2 — best open code model, 15B parameters Stars
deepseek-ai/DeepSeek-Coder DeepSeek Coder — top open code LLM Stars
Codium-ai/pr-agent AI-powered PR reviews and code analysis Stars
continuedev/continue Open source AI code assistant — VS Code and JetBrains Stars
cline/cline Autonomous coding agent in VS Code — uses any LLM Stars
aider-chat/aider AI pair programming in terminal — edit code with LLMs Stars
OpenDevin/OpenDevin OpenHands — open source Devin AI software engineer Stars
mentat-ai/mentat AI coding assistant that understands your codebase Stars

Multimodal LLMs

Repository Description Stars
haotian-liu/LLaVA LLaVA — large language and vision assistant Stars
ggerganov/llama.cpp Supports LLaVA multimodal inference locally Stars
microsoft/LLaVA-Med LLaVA for medical visual question answering Stars
THUDM/CogVLM Visual language model — strong image understanding Stars
openai/CLIP CLIP — connects text and images, zero-shot classification Stars
salesforce/BLIP Bootstrapping language-image pretraining for vision-language Stars

← Back to Index