Skip to content
View bugkeep's full-sized avatar

Block or report bugkeep

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.

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

bugkeep

LLM inference systems / AI Agent infrastructure / open-source backend patches

CS grad student working on practical LLM infrastructure: reproducible bug fixes, upstream-friendly patches, inference serving internals, and training workflows that can survive outside a notebook.

GitHub followers GitHub stars

Direction

I am focusing my public work around three connected areas:

  • LLM inference systems: learning and patching serving engines, scheduler/runtime behavior, memory pressure, and CUDA-facing execution paths.
  • AI Agent infrastructure: bot frameworks, tool calling, plugin backends, message routing, and reliability issues in agentic systems.
  • Open-source backend patches: small reproductions, conservative fixes, tests, and PRs that are easy for maintainers to review.

Pinned Work

Repository Why it is pinned
AstrBot Fork and PR work for upstream open-source agent infrastructure.
vLLM Fork and learning notes for LLM inference systems and serving internals.
tcmalloc memory pool C++ memory pool and systems performance study.
Nemotron-Model LLM SFT / LoRA / Kaggle training engineering.

Recent Merged PRs

Auto-updated daily from upstream repositories.

Working Style

  • Reproduce the bug before changing code.
  • Prefer small patches that match the existing project style.
  • Add tests or focused verification whenever the behavior can regress.
  • Keep PRs easy to review: clear scope, clear reason, clear result.

Current Track

  • Reading vLLM from the user API down into engine, scheduler, memory, and CUDA operator boundaries.
  • Looking for real bugs in LLM inference and agent infrastructure projects where a small backend patch can help upstream.
  • Turning training experiments into repeatable SFT / LoRA workflows instead of one-off notebooks.

contribution snake

Popular repositories Loading

  1. -tcmalloc- -tcmalloc- Public

    博客参考:https://blog.csdn.net/m0_62782700/article/details/135443352

    C++ 2

  2. tower-vib tower-vib Public

    Industrial-grade video vibrometry: phase-based subpixel displacement, no-GT consistency metrics, and robustness benchmarks.

    Python 1

  3. bugkeep bugkeep Public

    Config files for my GitHub profile.

    Python

  4. docker_image_pusher docker_image_pusher Public

    Forked from tech-shrimp/docker_image_pusher

    使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用

  5. torchcv-ui-inference torchcv-ui-inference Public

    UI界面分割工具 - 基于深度学习的UI组件识别和HTML代码生成

    Shell

  6. AstrBot AstrBot Public

    Forked from AstrBotDevs/AstrBot

    Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

    Python