🧠 LLM 大模型

.ai-wrap{–bg:#0d1117;–card-bg:#161b22;–border:#30363d;–text:#e6edf3;–sub:#8b949e;–accent:#58a6ff;–gold:#e3b341;max-width:1100px;margin:0 auto;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:var(–text);background:var(–bg);padding:36px 28px;border-radius:16px}.ai-wrap *{box-sizing:border-box}.ai-hdr{text-align:center;margin-bottom:36px}.ai-hdr h1{font-size:2em;font-weight:800;margin:0 0 10px;background:linear-gradient(135deg,#58a6ff,#a371f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ai-hdr p{color:var(–sub);font-size:1em;margin:0}.ai-stats{display:flex;justify-content:center;gap:36px;margin-top:16px}.ai-stats .s{text-align:center}.ai-stats .n{font-size:1.5em;font-weight:800;color:var(–accent)}.ai-stats .l{font-size:0.72em;color:var(–sub);text-transform:uppercase;letter-spacing:1px;margin-top:2px}.tab-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid var(–border)}.tab-btn{background:var(–card-bg);border:1px solid var(–border);color:var(–sub);font-size:0.8em;padding:6px 14px;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s}.tab-btn:hover,.tab-btn.active{background:var(–accent);color:#fff;border-color:var(–accent)}.cat-hdr{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(–border)}.cat-hdr .ci{font-size:1.2em}.cat-hdr .cn{font-size:1em;font-weight:700}.cat-hdr .cc{background:var(–card-bg);border:1px solid var(–border);color:var(–sub);font-size:0.72em;padding:2px 8px;border-radius:10px;margin-left:auto}.tbl{width:100%;border-collapse:collapse}.tbl th{font-size:0.7em;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(–sub);padding:7px 10px;border-bottom:1px solid var(–border);text-align:left}.tbl td{padding:11px 10px;border-bottom:1px solid rgba(48,54,61,.4);vertical-align:middle}.tbl tr:last-child td{border-bottom:none}.tbl tbody tr:hover td{background:rgba(88,166,255,.04)}.tbl .n{font-weight:700;font-size:0.9em;white-space:nowrap}.tbl .n a{color:var(–accent);text-decoration:none}.tbl .n a:hover{text-decoration:underline}.tbl .d{color:var(–sub);font-size:0.82em;line-height:1.5}.star{display:inline-flex;align-items:center;background:rgba(227,179,65,.1);color:var(–gold);font-weight:700;font-size:0.78em;padding:2px 8px;border-radius:10px;border:1px solid rgba(227,179,65,.2);white-space:nowrap}.foot{text-align:center;color:var(–sub);font-size:0.78em;margin-top:40px;padding-top:20px;border-top:1px solid var(–border)}

🧠 LLM 大模型

TOP 35 优质项目 · GitHub 数据

项目简介⭐ Stars
mlabonne/llm-courseCourse to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.⭐ 77,828
Hannibal046/Awesome-LLMAwesome-LLM: a curated list of Large Language Model⭐ 26,598
sgl-project/sglangSGLang is a high-performance serving framework for large language models and multimodal models.⭐ 25,447
HandsOnLLM/Hands-On-Large-Language-…Official code repo for the O’Reilly Book – “Hands-On Large Language Models”⭐ 24,823
yamadashy/repomix📦 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.⭐ 23,092
QwenLM/QwenThe official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.⭐ 20,921
NVIDIA/TensorRT-LLMTensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way.⭐ 13,284
GreyDGL/PentestGPTAutomated Penetration Testing Agentic Framework Powered by Large Language Models⭐ 12,409
RUCAIBox/LLMSurveyThe official GitHub page for the survey paper “A Survey of Large Language Models”.⭐ 12,139
TheR1D/shell_gptA command-line productivity tool powered by AI large language models like GPT-5, will help you accomplish your tasks faster and more efficiently.⭐ 11,938
simonw/llmAccess large language models from the command-line⭐ 11,531
FMInference/FlexLLMGenRunning large language models on a single GPU for throughput-oriented scenarios.⭐ 9,376
Tiiny-AI/PowerInferHigh-speed Large Language Model Serving for Local Deployment⭐ 9,253
WooooDyy/LLM-Agent-Paper-ListThe paper list of the 86-page SCIS cover paper “The Rise and Potential of Large Language Model Based Agents: A Survey” by Zhiheng Xi et al.⭐ 8,101
bitsandbytes-foundation/bitsandbytesAccessible large language models via k-bit quantization for PyTorch.⭐ 8,098
NirDiamant/Prompt_EngineeringThis repository offers a comprehensive collection of tutorials and implementations for Prompt Engineering techniques, ranging from fundamental concepts to advanced strategies. It serves as an essential resource for mastering the art of effectively communicating with and leveraging large language models in AI applications.⭐ 7,361
arcee-ai/mergekitTools for merging pretrained large language models.⭐ 6,946
guardrails-ai/guardrailsAdding guardrails to large language models.⭐ 6,633
albertan017/LLM4DecompileReverse Engineering: Decompiling Binary Code with Large Language Models⭐ 6,472
josStorer/RWKV-RunnerA RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for commercial use.⭐ 6,287
rustformers/llm[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models⭐ 6,153
princeton-nlp/tree-of-thought-llm[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models⭐ 5,900
SCIR-HI/Huatuo-Llama-Med-ChineseRepo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调⭐ 4,958
SylphAI-Inc/LLM-engineer-handbookA curated list of Large Language Model resources, covering model training, serving, fine-tuning, and building LLM applications.⭐ 4,855
u14app/deep-researchUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.⭐ 4,552
luban-agi/Awesome-AIGC-TutorialsCurated tutorials and resources for Large Language Models, AI Painting, and more. ⭐ 4,492
GT-RIPL/Awesome-LLM-RoboticsA comprehensive list of papers using large language/multi-modal models for Robotics/RL, including papers, codes, and related websites⭐ 4,325
ModelTC/LightLLMLightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.⭐ 3,995
HuaizhengZhang/AI-Infra-from-Zero-t…🚀 Awesome System for Machine Learning ⚡️ AI System Papers and Industry Practice. ⚡️ System for Machine Learning, LLM (Large Language Model), GenAI (Generative AI). 🍻 OSDI, NSDI, SIGCOMM, SoCC, MLSys, etc. 🗃️ Llama3, Mistral, etc. 🧑‍💻 Video Tutorials. ⭐ 3,843
thu-pacman/chituHigh-performance inference framework for large language models, focusing on efficiency, flexibility, and availability.⭐ 3,681
NExT-GPT/NExT-GPTCode and models for ICML 2024 paper, NExT-GPT: Any-to-Any Multimodal Large Language Model⭐ 3,619
eosphoros-ai/Awesome-Text2SQLCurated tutorials and resources for Large Language Models, Text2SQL, Text2DSL、Text2API、Text2Vis and more.⭐ 3,571
MiniMax-AI/MiniMax-01The official repo of MiniMax-Text-01 and MiniMax-VL-01, large-language-model & vision-language-model based on Linear Attention⭐ 3,389
microsoft/lidaAutomatic Generation of Visualizations and Infographics using Large Language Models⭐ 3,238
Kedreamix/Linly-TalkerDigital Avatar Conversational System – Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction method. 🤝🤖 It integrates various technologies like Whisper, Linly, Microsoft Speech Services, and SadTalker talking head generation system. 🌟🔬⭐ 3,228
数据来源:GitHub · 更新于 2026-04-06 03:03:25
滚动至顶部