llm-engineer-toolkit
KalyanKS-NLP/llm-engineer-toolkit
LLM Engineer Toolkit
Overview
A curated list of over 120 LLM libraries categorized for ease of use.
Categories
Tags
Similar tools
ECC
affaan-m/ECC
The agent harness performance optimization system
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
transformers
huggingface/transformers
๐ค Transformers: the model-definition framework for state-of-the-art machine learning models
JavaGuide
Snailclimb/JavaGuide
Snailclimb/JavaGuide: ้ข่ฏ & ๅ็ซฏ้็จ้ข่ฏๆๅ๏ผ่ฆ็่ฎก็ฎๆบๅบ็กใๆฐๆฎๅบใๅๅธๅผใ้ซๅนถๅใ็ณป็ป่ฎพ่ฎกไธ AI ๅบ็จๅผๅ
Install
git clone https://github.com/KalyanKS-NLP/llm-engineer-toolkitREADME
๐จ๐ปโ๐ป LLM Engineer Toolkit
This repository contains a curated list of 120+ LLM libraries category wise.
Related Repositories
- ๐จ๐ปโ๐ปLLM Interview Questions and Answers Hub - 100+ LLM interview questions and answers (basic to advanced).
- ๐Prompt Engineering Techniques Hub - 25+ prompt engineering techniques with LangChain implementations.
- ๐ฉธLLM, RAG and Agents Survey Papers Collection - Category wise collection of 200+ survey papers.
Stay Updated with Generative AI, LLMs, Agents and RAG.
Join ๐ AIxFunda free newsletter to get latest updates and interesting tutorials related to Generative AI, LLMs, Agents and RAG.
- โจ Weekly GenAI updates
- ๐ Weekly LLM, Agents and RAG paper updates
- ๐ 1 fresh blog post on an interesting topic every week
Quick links
| ๐ LLM Training | ๐งฑ LLM Application Development | ๐ฉธLLM RAG |
| ๐ฉ LLM Inference | ๐ง LLM Serving | ๐ค LLM Data Extraction |
| ๐ LLM Data Generation | ๐ LLM Agents | โ๏ธ LLM Evaluation |
| ๐ LLM Monitoring | ๐ LLM Prompts | ๐ LLM Structured Outputs |
| ๐ LLM Safety and Security | ๐ LLM Embedding Models | โ๏ธ Others |
LLM Training and Fine-Tuning
| Library | Description | Link |
|---|---|---|
| unsloth | Fine-tune LLMs faster with less memory. | Link |
| PEFT | State-of-the-art Parameter-Efficient Fine-Tuning library. | Link |
| TRL | Train transformer language models with reinforcement learning. | Link |
| Transformers | Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio. | Link |
| Axolotl | Tool designed to streamline post-training for various AI models. | Link |
| LLMBox | A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation. | Link |
| LitGPT | Train and fine-tune LLM lightning fast. | Link |
| Mergoo | A library for easily merging multiple LLM experts, and efficiently train the merged LLM. | Link |
| Llama-Factory | Easy and efficient LLM f |