mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
- Complete the MLSYSIM -> MLSys.im display-name migration across mlsysim/docs, instructors, and shared config (code identifiers stay lowercase mlsysim) - Fix broken TinyTorch module links (_ABOUT.html -> .html) - Route the navbar Subscribe action to the newsletter page so Safari content blockers stop hiding the #subscribe anchor - Add the Accelerator Memory Tiers figure to compute_infrastructure with a registry-driven log-log capacity/bandwidth scatter - Add four sourced cloud accelerator specs (Groq LPU, Graphcore GC200, Untether speedAI240, d-Matrix Corsair) feeding the local-SRAM tier - Remove the unshipped Coming Soon audio-lectures placeholder and related Binder/audio references
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
# solvers { #mlsysim.solvers }
|
|
|
|
Canonical public import surface for MLSys·im solver protocols, analytical
|
|
models, solvers, and optimizers.
|
|
|
|
Use `from mlsysim.solvers import ServingModel` for solver classes. The
|
|
implementation remains split by domain under `mlsysim.engine.solvers`.
|