Files
cs249r_book/mlsysim/docs/tutorials
Vijay Janapa Reddi 6ea8329a6c fix(mlsysim): update distributed tutorial to use attribute access API
The restored solver.py returns Pydantic result objects (attribute access)
not dicts (subscript access). Fix result_dp["key"] → result_dp.key and
node_performance → node_profile to match DistributedResult schema.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 08:44:06 -04:00
..