mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
Chapter 4 Embedded AI - Links leading to source are broken #92
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?
Originally created by @BrunoScaglione on GitHub (May 5, 2024).
I wanted to edit a small thing in the chapter, but these links are broken in the chapter's page:
@profvjreddi commented on GitHub (May 5, 2024):
Ok let me take a look at it. We recently moved things around so that's why this might be happening.
@profvjreddi commented on GitHub (May 5, 2024):
@BrunoScaglione, there is a discrepancy between the main Git repo and the website, causing the issue. The website shows a relatively old version of what the book is at in terms of updates. So, if you want to update, you must check the Git repo, build it locally, and make the changes.
As you can see here, the contents of these chapters have changed (view from latest github build) -- there is no embedded ML specific section any more.
@profvjreddi commented on GitHub (May 5, 2024):
So if you want to change something now, the file to look at is
ml_systems.qmd@profvjreddi commented on GitHub (May 5, 2024):
Closed 1373261