Skip to content
View shyringo's full-sized avatar

Block or report shyringo

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

shyringo

On AI.
关注 AI,也动手做 AI —— 训练、推理、评测,以及开源生态。

LLM training · inference engines · model evaluation · open-source AI

Open the Laptop LLM Finder

Featured projects

Run the native 284B-A13B DeepSeek-V4-Flash-0731 checkpoint on one laptop CPU. The pure C engine streams cold MoE experts from disk, has a tested 8 GB RAM path, needs no GPU or Python, and reaches 1.12 token/s in its best documented prompt-lookup workload. It supports terminal chat and a resident local OpenAI-compatible API with live token streaming, parallel function calls, and matched tool-result replay.

DeepSeek-V4-Flash-0731 in C — native inference on a laptop CPU

Run Qwen3.8-27B locally on one laptop CPU with a native C engine, direct GGUF loading, an 8 GB RAM tested path and measured generation up to 2.52 token/s. Chat in the terminal or connect local apps through its resident OpenAI-compatible API with parallel function calls and tool-result replay. Runtime speedups preserve byte-identical full logits against the native baseline for the same GGUF.

Qwen3.8-27B in C — native inference on a laptop CPU

What I work on

  • Training: RL-scaling post-training frameworks for LLMs, plus training experiments that fit on a laptop CPU — with benchmark evidence
  • Inference: native engines (pure C) that bring large open models to ordinary hardware, with reproducible performance and correctness evidence
  • Evaluation: probing what models truly believe — profiling the ideology of any foundation model
  • Open-source AI: curating and maintaining resources across LLM inference, local AI, small language models, Chinese LLMs and AI developer tools

Pinned Loading

  1. deepseek-v4-flash-0731-in-c deepseek-v4-flash-0731-in-c Public

    Run the native 284B-A13B DeepSeek-V4-Flash-0731 LLM locally on one laptop CPU: pure C, 8 GB RAM minimum, no GPU, best TPOT 0.892 s/token, resident OpenAI-compatible API with function tools. | 在笔记本单…

    C 18 2

  2. qwen3.8-27b-in-c qwen3.8-27b-in-c Public

    Qwen3.8-27B on one laptop CPU: up to 2.52 token/s, 8 GB tested, no runtime accuracy loss. Native OpenAI-compatible API with function tools; no GPU or Python. | 单颗笔记本 CPU 运行 Qwen3.8-27B:最快 2.52 toke…

    C 4 2

  3. cpu-native-lm-train cpu-native-lm-train Public

    34.1M LM on a laptop CPU: 215,771 tok/s, 8,529x Qwen. QSELM beats Qwen3.5-0.8B on sealed long-document QA (90.6% vs 45.8%) and Qwen3-0.6B-FC on cross-turn agent memory (69.6% vs 3.2%). No GPU. | 笔记…

    Python

  4. profilology-of-foundation-models profilology-of-foundation-models Public

    Profile the ideology of any AI. 24 questions reveal what a model truly believes — one of the 256 ideologies in Ism-ism, the taxonomy of 刘司墨(未明子). Any model. | 侧写任何 AI 的意识形态。24 个问题,看出一个模型真正相信什么——刘司墨…

    Python

  5. slime slime Public

    Forked from THUDM/slime

    slime is an LLM post-training framework for RL Scaling.

    Python

  6. QwenLM/Qwen3.8 QwenLM/Qwen3.8 Public

    Qwen3.8 is the large language model series developed by Qwen team, Alibaba Group.

    4k 297