You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(quarto vol2): chapter title blocks, hero CSS, and table hygiene
- Set html title-block-style to none for vol2 book chapters so the first ## is
not promoted over the chapter # title; keep default title blocks on vol2
landing pages (index-vol2.qmd and contents/vol2/index.qmd).
- Hide duplicate Quarto title-block hero h1 and collapse the empty duplicate
header on full-width chapter layouts (style-vol1.scss and style-vol2.scss).
- Add YAML title for Network Fabrics; simplify the Framework Rosetta Stone pipe
table in the vol2 introduction (slashes tightened for house punctuation).
- Drop redundant bold markup from liquid-cooling comparison cells in compute
infrastructure.
|**Heat Carrier**| Air (1.0 kJ/kg/K) | Water (4.18 kJ/kg/K)|
2223
+
|**Fan Power**| 30--40 percent of IT load | <5 percent of IT load|
2224
2224
2225
2225
: **The Shift to Liquid Cooling**: At rack power densities above 30 kW, air cooling requires fan power that approaches the power consumed by the GPUs themselves. Liquid cooling is not a premium option; it is a thermodynamic requirement for modern ML racks. {#tbl-cooling-limits}
Copy file name to clipboardExpand all lines: book/quarto/contents/vol2/introduction/introduction.qmd
+11-15Lines changed: 11 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1880,21 +1880,17 @@ The **Five-Pillar Framework**\index{Five-Pillar Framework} structures the engine
1880
1880
1881
1881
Translating these pillars into production code requires navigating a fragmented ecosystem of distributed frameworks. @tbl-framework-rosetta-stone provides a cross-framework mapping of the core primitives discussed in this volume, serving as a "Rosetta Stone" for engineers moving between research and production environments.
1882
1882
1883
-
\footnotesize
1884
-
1885
-
: **The Framework Rosetta Stone**: A mapping of abstract distributed ML primitives to their implementations across major frameworks. Primitives are covered in depth in the Distributed ML and Deployment at Scale parts. {#tbl-framework-rosetta-stone tbl-colwidths="[14,14,17,22,17,16]"}
: **The Framework Rosetta Stone**: A mapping of abstract distributed ML primitives to their implementations across major frameworks. Primitives are covered in depth in the Distributed ML and Deployment at Scale parts. {#tbl-framework-rosetta-stone}
0 commit comments