Skip to content

Top 100 LLaMA Repositories

Back to Home

Ranking

RankingProject NameStarsForksLanguageOpen IssuesDescriptionLast Commit
1ollama171,77616,194Go2353Get up and running with Kimi-K2.5, GLM-5, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.2026-05-20
2llama.cpp111,50718,455C++675LLM inference in C/C++2026-05-20
3vllm80,51216,991Python1982A high-throughput and memory-efficient inference and serving engine for LLMs2026-05-20
4LlamaFactory71,4258,720Python966Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)2026-05-19
5unsloth64,7495,728Python1074Unsloth Studio is a web UI for training and running open models like Gemma 4, Qwen3.6, DeepSeek, gpt-oss locally.2026-05-20
6llama59,4369,795Python464Inference code for Llama models2025-01-26
7llama_index49,5177,429Python184LlamaIndex is the leading document agent and OCR platform2026-05-20
8LocalAI46,3614,091Go138LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.2026-05-19
9aider45,0364,449Python1234aider is AI pair programming in your terminal2026-05-16
10quivr39,1533,744Python4Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.2025-07-09
11Langchain-Chatchat38,0526,211Python14Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain2025-11-10
12khoj34,6222,204Python81Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.2026-03-26
13AstrBot32,6222,248Python898AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨2026-05-19
14fish-speech30,4162,586Python12SOTA Open Source TTS2026-05-12
15llama329,2903,527Python178The official Meta Llama 3 GitHub site2025-01-26
16sglang28,0356,014Python648SGLang is a high-performance serving framework for large language models and multimodal models.2026-05-20
17repomix25,1431,270TypeScript131📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.2026-05-19
18LLaVA24,8112,764Python1096[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.2024-08-12
19llamafile24,4701,360C++186Distribute and run LLMs with a single file.2026-05-19
20Awesome-Chinese-LLM22,5672,127-7整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。2026-05-10
21free-llm-api-resources21,8862,233Python15A list of free LLM inference resources accessible via API.2026-05-20
22llama2.c19,5292,550C126Inference Llama 2 in one file of pure C2024-08-06
23Chinese-LLaMA-Alpaca18,9441,853Python1中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)2026-04-19
24alpaca-lora18,9262,190Jupyter Notebook333Instruct-tune LLaMA on consumer hardware2024-07-29
25llama-cookbook18,3302,730Jupyter Notebook19Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services2026-05-19
26airllm18,1051,965Jupyter Notebook137AirLLM 70B inference with single 4GB GPU2026-03-10
27ChuanhuChatGPT15,3342,240Python122GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.2026-04-30
28llama3-from-scratch15,2361,284Jupyter Notebook16llama3 implementation one matrix multiplication at a time2024-05-23
29Llama-Chinese14,7161,300Python194Llama中文社区,实时汇总最新Llama学习资料,构建最好的中文Llama大模型开源生态,完全开源可商用2025-04-06
30ms-swift14,1801,419Python994Use PEFT or Full-parameter to CPT/SFT/DPO/GRPO 600+ LLMs (Qwen3.6, DeepSeek-R1, GLM-5.1, InternLM3, Llama4, ...) and 300+ MLLMs (Qwen3-VL, Qwen3-Omni, InternVL3.5, Ovis2.5, GLM4.5v, Gemma4, Llava, Phi4, ...) (AAAI 2025).2026-05-20
31PaddleNLP12,9463,039Python112Easy-to-use and powerful LLM and SLM library with awesome model zoo.2025-12-17
32dalai12,9351,341CSS291The simplest way to run LLaMA on your local machine2024-06-18
33OpenLLM12,327811Python4Run any open-source LLMs, such as DeepSeek and Llama, as OpenAI compatible API endpoint in the cloud.2026-05-18
34shell_gpt12,064961Python86A command-line productivity tool powered by AI large language models like GPT-5, will help you accomplish your tasks faster and more efficiently.2026-05-06
35langchain4j12,0292,241Java592LangChain4j is an idiomatic, open-source Java library for building LLM-powered applications on the JVM. It offers a unified API over popular LLM providers and vector stores, and makes implementing tool calling (including MCP support), agents and RAG easy. It integrates seamlessly with enterprise Java frameworks like Quarkus and Spring Boot.2026-05-17
36h2ogpt11,9871,313Python292Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/2025-10-09
37ludwig11,7031,219Python0Low-code framework for building custom LLMs, neural networks, and other AI models2026-05-19
38tensorzero11,380830Rust334TensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation.2026-05-20
39bisheng11,3761,869TypeScript104BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SFT, Dataset Management, Enterprise-level System Management, Observability and more.2026-05-20
40llama-gpt10,964714TypeScript84A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!2024-04-23
41llama-cpp-python10,3161,405Python601Python bindings for llama.cpp2026-05-18
42petals10,140609Python92🌸 Run LLMs at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading2024-09-07
43ART9,480833Python67Agent Reinforcement Trainer: train multi-step agents for real-world tasks using GRPO. Give your agents on-the-job training. Reinforcement learning for Qwen3.6, GPT-OSS, Llama, and more!2026-05-19
44PowerInfer9,469576C++123High-speed Large Language Model Serving for Local Deployment2026-05-11
45inference9,308826Python25Swap GPT for any LLM by changing a single line of code. Xinference lets you run open-source, speech, and multimodal models on cloud, on-prem, or your laptop — all through one unified, production-ready inference API.2026-05-19
46oumi9,235766Python0Easily fine-tune, evaluate and deploy Gemma 4, Qwen3.5, Qwen3.6, gpt-oss, DeepSeek-R1, or any open source LLM / VLM!2026-05-19
47TinyLlama8,962616Python45The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.2024-05-03
48ipex-llm8,8061,426Python1213Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, DeepSpeed, Axolotl, etc.2026-01-28
49reor8,562525JavaScript113Private & local AI personal knowledge management app for high entropy people.2025-05-13
50awesome-LLM-resources8,364870-1🧑‍🚀 全世界最好的LLM资料总结(多模态生成、Agent、辅助编程、AI审稿、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.2026-05-16
51BELLE8,281766HTML106BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)2024-10-16
52nexa-sdk8,055999Kotlin47Run frontier LLMs and VLMs with day-0 model support across GPU, NPU, and CPU, with comprehensive runtime coverage for PC (Python/C++), mobile (Android & iOS), and Linux/IoT (Arm64 & x86 Docker). Supporting OpenAI GPT-OSS, IBM Granite-4, Qwen-3-VL, Gemma-3n, Ministral-3, and more.2026-04-14
53GPTCache8,036583Python75Semantic cache for LLMs. Fully integrated with LangChain and llama_index.2025-07-11
54lmdeploy7,864698Python525LMDeploy is a toolkit for compressing, deploying, and serving LLMs.2026-05-19
55local-deep-research7,852679Python91~95% on SimpleQA (e.g. Qwen3.6-27B on a 3090). Supports all local and cloud LLMs (llama.cpp, Ollama, Google, ...). 10+ search engines - arXiv, PubMed, your private documents. Everything Local & Encrypted.2026-05-19
56k8sgpt7,796996Go85Giving Kubernetes Superpowers to everyone2026-05-19
57llama-models7,6071,368Python176Utilities intended for use with Llama models.2026-02-11
58open_llama7,525406-37OpenLLaMA, a permissively licensed open source reproduction of Meta AI’s LLaMA 7B trained on the RedPajama dataset2023-07-16
59Chinese-LLaMA-Alpaca-27,139565Python1中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)2026-04-19
60mergekit7,086715Python240Tools for merging pretrained large language models.2026-05-06
61llamacoder6,9341,643TypeScript2Open source Claude Artifacts – built with Llama 3.1 405B2026-05-08
62llm-scraper6,650426TypeScript3Turn any webpage into structured data using LLMs2026-04-13
63Firefly6,643587Python203Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型2024-10-24
64Liger-Kernel6,365530Python94Efficient Triton Kernels for LLM Training2026-05-18
65YuE6,231741Python84YuE: Open Full-song Music Generation Foundation Model, something similar to Suno.ai but open2025-06-04
66lit-llama6,079521Python100Implementation of the LLaMA language model based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.2025-07-01
67LaWGPT6,040548Python86🎉 Repo for LaWGPT, Chinese-Llama tuned with Chinese Legal knowledge. 基于中文法律知识的大语言模型2024-06-11
68enchanted5,939416Swift102Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna using Ollama.2025-03-19
69LLaMA-Adapter5,921382Python109[ICLR 2024] Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters2024-03-14
70sdk-python5,892843Python333A model-driven approach to building AI agents in just a few lines of code.2026-05-19
71serge5,732397Svelte18A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.2025-11-21
72llama-fs5,727377TypeScript53A self-organizing file system with llama 32025-08-08
73paperless-ai5,667306JavaScript54An automated document analyzer for Paperless-ngx using OpenAI API, Ollama, Deepseek-r1, Azure and all OpenAI API compatible Services to automatically analyze and tag your documents.2026-05-13
74Baichuan-7B5,660503Python85A large-scale 7B pretraining language model developed by BaiChuan-Inc.2024-07-18
75smolvlm-realtime-webcam5,554896HTML12Real-time webcam demo with SmolVLM and llama.cpp server2025-05-12
76MedicalGPT5,421751Python5MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO、GRPO。2026-04-28
77shimmy5,147471Rust35⚡ Python-free Rust inference server — OpenAI-API compatible. GGUF + SafeTensors, hot model swap, auto-discovery, single binary. FREE now, FREE forever.2026-03-26
78gpustack5,030529Python527A GPU cluster manager that configures and orchestrates inference engines like vLLM and SGLang for high-performance AI model deployment.2026-05-19
79obsidian-smart-connections5,014312JavaScript474Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 32026-05-14
80Huatuo-Llama-Med-Chinese4,968501Python28Repo for BenCao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调2026-04-14
81h2o-llmstudio4,967530Python48H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://docs.h2o.ai/h2o-llmstudio/2026-04-29
82transformerlab-app4,945511Python21The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.2026-05-20
83tiny-universe4,857464Jupyter Notebook10《大模型白盒子构建指南》:一个全手搓的Tiny-Universe2026-02-12
84Operit4,694378Kotlin97The most powerful AI agent and AI chat software on Android/Operit是一款Android上能力最为强大、发展最久的AI Agent2026-05-18
85GPT-4-LLM4,336309HTML13Instruction Tuning with GPT-42023-06-11
86llama-stack-apps4,300644-25Agentic components of the Llama Stack APIs2025-08-05
87llama_cloud_services4,254473TypeScript352Knowledge Agents and Management in the Cloud2026-05-18
88PurpleLlama4,183734Python28Set of tools to assess and improve LLM security.2026-05-20
89g14,183361Python0g1: Using Llama-3.1 70b on Groq to create o1-like reasoning chains2025-12-30
90llama-swap4,165321Go39Reliable model swapping for any local OpenAI/Anthropic compatible server - llama.cpp, vllm, etc2026-05-18
91llms-from-scratch-cn4,162573Jupyter Notebook11仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理2026-03-26
92llama3-Chinese-chat4,157335Python30Llama3-中文后训练版2026-02-21
93llama-dl4,128399Shell9High-speed download of LLaMA, Facebook's 65B parameter GPT model2023-06-28
94Chinese-Vicuna4,123409C65Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca2025-04-18
95LightLLM4,069328Python85LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.2026-05-20
96lemonade4,061312C++228Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk2026-05-20
97langroid4,020375Python51Harness LLMs with Multi-Agent Programming2026-05-06
98SwanLab3,941207Python69⚡️SwanLab - an open-source, modern-design AI training tracking and visualization tool. Supports Cloud / Self-hosted use. Integrated with PyTorch / Transformers / verl / LLaMA Factory / ms-swift / Ultralytics / MMEngine / Keras etc.2026-05-20
99zero_nlp3,817446Jupyter Notebook102中文nlp解决方案(大模型、数据、模型、训练、推理)2025-08-05
100lorax3,781313Python149Multi-LoRA inference server that scales to 1000s of fine-tuned LLMs2026-05-15