Skip to content
View fooSynaptic's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Shanghai, China
  • 09:42 (UTC -12:00)

Block or report fooSynaptic

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

Hi, I'm fooSynaptic

ML engineer working on LLM post-training and inference / serving infrastructure — PEFT adapters, rollout-style training loops, and the glue that makes research code shippable.

I care about the assumptions under the code: simulation and tuning help, but they don't replace understanding the update rule.


Focus

  • Post-training & optimization loops (GRPO / SAO-style asynchronous rollouts)
  • Inference tooling when serving stacks lag PEFT / LoRA realities
  • Frontier model mechanisms (MLA, MoE, DSA, DSpark) as readable maps, not vibes
  • Practical OSS contribution hygiene (know when a fix is already upstream)

Languages I reach for most: Python · C++ · Shell


Selected work

Repo What it is
peft-adapter-merger Offline PEFT adapter → dense merge, for reliable inference when serving frameworks trail latest LoRA / PEFT
Single-rollout-async-Optimization Unofficial re-implementation of SAO (Single-rollout Asynchronous Optimization)
deepseek-mechanism-atlas Bidirectional wiki + mdBook of DeepSeek V1→V4 mechanisms (MLA / MoE / DSA / DSpark). Docs site
upstream-fix-gate GO/STOP gate before opening OSS PRs — detect fixes already shipped upstream via gh
py_pcalg Lightweight PC algorithm for causal skeleton discovery — pip + CLI + graph viz

Older course / trial repos stay in the account for history; they are not what I am building toward now.


GitHub Stats

GitHub Stats


Motto

fooSynapticfoo as in foo / bar: learning means solving for the unknown; Synaptic for intelligence wired like synapses.

Contact

Pinned Loading

  1. deepseek-mechanism-atlas deepseek-mechanism-atlas Public

    DeepSeek Mechanism Atlas — V1→V4 mechanisms (MLA/MoE/DSA/DSpark) as a bidirectional wiki + mdBook. Unofficial.

    Python 2

  2. peft-adapter-merger peft-adapter-merger Public

    Offline PEFT adapter→dense merge: reliable inference when serving frameworks lag latest PEFT LoRA

    Python

  3. Single-rollout-async-Optimization Single-rollout-async-Optimization Public

    Unofficial re-implementation of SAO (Single-rollout Asynchronous Optimization, arXiv:2607.07508).

    Python