mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[PR #1236] [CLOSED] Add compatibility layer for textbook scenarios #7207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1236
Author: @hzeljko
Created: 3/14/2026
Status: ❌ Closed
Base:
dev← Head:mlsysim-patch📝 Commits (1)
efeda20Add compatibility layer for textbook scenarios📊 Changes
10 files changed (+170 additions, -4 deletions)
View changed files
📝
book/quarto/_quarto.yml(+1 -1)📝
book/quarto/tex/header-includes.tex(+1 -1)📝
mlsysim/__init__.py(+10 -1)📝
mlsysim/core/models.py(+35 -0)📝
mlsysim/core/scenarios.py(+43 -1)📝
mlsysim/hardware/registry.py(+10 -0)📝
mlsysim/hardware/types.py(+51 -0)📝
mlsysim/models/registry.py(+1 -0)📝
mlsysim/models/types.py(+11 -0)📝
mlsysim/systems/registry.py(+7 -0)📄 Description
Izmene na fajlovima u mlsysim
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.