-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (103 loc) · 3.45 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (103 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: Wei-Cheng Chiu
site_url: https://wayne.is-a.dev/
site_author: Wei Cheng (Wayne) Chiu
site_description: >-
Field Application Engineer in Taipei building production GenAI and LLM
systems on NVIDIA GPUs, CUDA, PyTorch, and Kubernetes; open to Solutions
Architect roles.
nav:
- About: index.md
- Experiences: experiences.md
- Patches: patches.md
- Blog:
- blog/index.md
- Inkling 975B — 5:1 attention: blog/inkling-975b-architecture.md
- Kimi K3 — KDA, AttnRes, MoE: blog/kimi-k3-architecture.md
- TensorRT-LLM vs vLLM: blog/notes-trtllm-triton-serving.md
- Tensor-parallel & the NVLink wall: blog/nccl-nvlink-bandwidth.md
- The 0% RAG result failed the harder test: blog/rag-groundedness-guardrail.md
- FedAvg, DP-SGD & secure aggregation: blog/notes-federated-learning-dp.md
- Naive GEMM to WMMA: blog/notes-cuda-tensor-core-gemm.md
- Meta-Reinforcement Learning: blog/meta-rl.md
- CUDA Programming 入門: blog/pp-intro.md
- 滲透測試入門技術: blog/pentest-intro.md
theme:
name: material
language: en
custom_dir: overrides
font: false
# root-absolute for the same reason the sidebar hrefs are: soft navigation
# pushes a new path without re-rendering <head>, so a relative favicon gets
# re-resolved under whichever nested page is currently open and 404s
favicon: /assets/favicon.png
icon:
logo: material/account-circle
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
# bump ?v= on every extra.css change — GitHub Pages caches assets for
# 10 minutes and browsers honor it, so an unversioned URL shows stale CSS
extra_css:
- stylesheets/extra.css?v=20260721.27
# same 10-minute GitHub Pages cache applies to JS — bump this ?v= on every
# pb-filter.js change, exactly as for extra.css above. Without it a shipped
# behaviour fix silently keeps running the old script in visitors' browsers.
extra_javascript:
- javascripts/pb-filter.js?v=20260721.9
extra:
analytics:
provider: google
property: G-CM6KG884P9
social:
- icon: fontawesome/brands/github
link: https://github.com/waynehacking8
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/wei-cheng-chiu/
name: LinkedIn
- icon: fontawesome/brands/x-twitter
link: https://x.com/itswaynechiu
name: X
- icon: fontawesome/solid/envelope
link: mailto:waynehacking8@gmail.com
name: Email
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
copyright: Copyright © 2025–PRESENT Wei Cheng (Wayne) Chiu