A Chinese cookbook for taming unwieldy LLMs
A curated knowledge base covering the full LLM lifecycle—from 65B-parameter fine-tuning on consumer GPUs to deployment and domestic Chinese hardware adaptation.

What it does
This repository is a comprehensive, Chinese-language knowledge base for large language model engineering. It collects tutorials, code samples, and deep-dive articles spanning training (full fine-tuning, LoRA, QLoRA, RLHF), inference optimization, quantization, pruning, evaluation, and even domestic Chinese AI accelerator adaptation. Think of it as a practitioner’s notebook rather than a single framework.
The interesting bit
The author doesn’t just aggregate links—there’s a methodical progression from theory to practice. The PEFT technique series, for example, walks through seven articles dissecting why parameter-efficient methods work before touching code. The training tables pair specific models (Alpaca, ChatGLM, Vicuna, LLaMA at 7B–65B) with exact techniques and accompanying code, making the “which method for which model” question less of a guessing game.
Key highlights
- Covers the full stack: training, inference, compression, data engineering, LLMOps, AI compilers, and cluster networking
- Practical recipes for constrained hardware: QLoRA (48GB for LLaMA-65B), GaLore (single RTX 4090 for LLaMA-7B pre-training)
- Strong Chinese ecosystem focus: ChatGLM adaptation, domestic accelerator support, Chinese vocabulary expansion for LLaMA
- Most training guides include paired code in the repo, not just external links
- Active maintenance with 24K+ stars suggesting community traction
Caveats
- Primarily Chinese-language content; English speakers will need translation tools
- The README is a navigation hub—actual depth lives in linked Zhihu articles and scattered code files
- Some entries in the training table list “N/A” for code, so coverage is uneven
Verdict
Chinese-speaking ML engineers building or deploying LLMs locally should bookmark this. Western developers seeking equivalent depth in English should look to HuggingFace’s documentation or individual framework repos instead.
Frequently asked
- What is liguodongiot/llm-action?
- A curated knowledge base covering the full LLM lifecycle—from 65B-parameter fine-tuning on consumer GPUs to deployment and domestic Chinese hardware adaptation.
- Is llm-action open source?
- Yes — liguodongiot/llm-action is open source, released under the Apache-2.0 license.
- What language is llm-action written in?
- liguodongiot/llm-action is primarily written in HTML.
- How popular is llm-action?
- liguodongiot/llm-action has 24.8k stars on GitHub and is currently holding steady.
- Where can I find llm-action?
- liguodongiot/llm-action is on GitHub at https://github.com/liguodongiot/llm-action.