Skip to content
View frank-2077's full-sized avatar
  • ModelBest
  • Shenzhen
  • 19:37 (UTC +08:00)

Block or report frank-2077

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
frank-2077/README.md

SIRU HE · 何思如

LLM Inference / AI Infra Engineer  ·  大模型推理 / AI Infra 工程师

English  |  中文

📧 siruhe666@gmail.com  ·  🏠 Homepage  ·  🐙 GitHub


👋 Hello

I'm SIRU HE, an LLM Inference / AI Infra engineer, currently doing a Master's in Electronic Information at SUSTech (jointly trained with SIAT-CAS).

I work on the low-level layer of AI — when models keep getting bigger and need to run fast and efficiently on phones and servers, someone has to optimize the parts closest to the hardware: GPU kernels, inference engines, distributed systems. My job is to make large models run, run fast, and run reliably on real devices.


🛠 What I Do

  • Kernels: CUDA / Triton operator development, memory-access and Tensor Core optimization
  • Inference systems: building inference engines, KV Cache, CUDA Graph, speculative decoding
  • On-device deployment: NPU optimization and streaming inference for multimodal LLMs
  • Train-serve consistency: reproducible training vs. inference across distributed clusters

Tech stack: C++ · CUDA · Triton · Python · PyTorch · vLLM · llama.cpp/ggml


🧭 Direction

From kernels to systems, one complete low-level path:

CUDA Kernel → Inference Engine → On-device Deployment → Distributed Train-serve Consistency

Currently working on on-device multimodal inference engines at ModelBest, and contributing to open-source projects like RL-Kernel and vLLM-Omni.


📫 Contact

Open to 2026 campus recruiting · LLM Inference / AI Infra

Pinned Loading

  1. RL-Align/RL-Kernel RL-Align/RL-Kernel Public

    High-performance RL post-training infrastructure. Designed to achieve bitwise operator-level train-inference consistency across heterogeneous engines and extreme memory efficiency for GRPO, PPO, etc.

    Python 297 87