Skip to content
View jianzhnie's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jianzhnie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jianzhnie/README.md
Typing SVG

📊 GitHub Stats

👨‍💻 About Me

I'm an AI engineer focused on building production-grade LLM systems and scalable reinforcement learning frameworks. I love turning cutting-edge research into clean, usable code.

  • 🔭 Currently working on distributed LLM training, model growth, and high-performance inference engines
  • 🌱 Exploring RL for reasoning, MoE scaling, and NPU/CUDA unified stacks
  • 💡 Believer in learning by building — most repos are educational but production-oriented

🚀 Featured Projects

Project Description
ScaleTorch 5D distributed training framework (DP, PP, CP, EP, TP) on PyTorch with NPU/CUDA support.
llm-grow Grow larger models from existing checkpoints: depth, width, and MoE expert expansion with function-preserving guarantees.
mini-sglang Lightweight educational implementation of SGLang (~4k lines) with PagedAttention, RadixCache, CUDA/NPU Graph, and OpenAI-compatible API.
mini-vLLM A compact implementation of vLLM, demystifying modern LLM serving systems.
LLamaTuner Easy and efficient finetuning pipelines for LLMs.
LLMEval A modular framework to evaluate LLMs across tasks and settings.

🛠️ Tech Stack

LLM Training & Serving

PyTorch vLLM SGLang DeepSpeed Megatron veRL HuggingFace FlashAttention FlashInfer Triton

Distributed & Systems

Ray CUDA Docker Kubernetes

API & Data Formats

FastAPI Safetensors OpenAI

Languages & Core

Python


📫 How to reach me

Pinned Loading

  1. LLamaTuner LLamaTuner Public

    Easy and Efficient Finetuning LLMs. (Supported LLama, LLama2, LLama3, Qwen, Baichuan, GLM , Falcon) 大模型高效量化训练+部署.

    Python 621 62

  2. mini-vllm mini-vllm Public

    A compact implementation of vLLM, designed to demystify the complexities of modern LLM serving systems.

    Python 21 3

  3. LLMInfra LLMInfra Public

    LLMInfra is a PyTorch-based educational toolkit for learning core LLM infrastructure. It implements key modules and algorithms — including Transformer architectures, attention mechanisms, MoE, posi…

    Python 3

  4. mini-sglang mini-sglang Public

    Mini-SGLang is a lightweight reimplementation of SGLang that dissects every core mechanism of a modern LLM serving engine — continuous batching, PagedAttention, RadixCache prefix sharing, CUDA/NPU …

    Python 25 3

  5. LLMEval LLMEval Public

    LLMEval is your all-in-one toolkit for evaluating LLMs,suport vllm, sglang as backend

    Python 1

  6. mini-llmcache mini-llmcache Public

    mini-llmcache is a pedagogical LMCache reimplementation: a standalone KV-cache server for vLLM that stores hashed prompt chunks and replays matching prefixes to skip prefill — 19.4× faster on GPU a…

    Python 1