mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 05:53:13 -05:00
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/1271
Author: @asgalon
Created: 3/22/2026
Status: ✅ Merged
Merged: 3/22/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/feature-1268📝 Commits (4)
e81e72cFix #1268 installscript fails on ubuntu LTS 20.04fefdfb2Fix #1268 installscript fails on ubuntu LTS 20.043b1e11aMerge remote-tracking branch 'origin/feature/feature-1268' into feature/feature-1268b9d8c4cFix #1268 replaced 3.8+ by 3.9+ in output and commets📊 Changes
1 file changed (+35 additions, -11 deletions)
View changed files
📝
tinytorch/site/extra/install.sh(+35 -11)📄 Description
See discussion #1087
Made the following changes:
The problem should affect only very ancient distributions, but since it happened only three months ago it probably will happen again. From my experience, many people have difficulties upgrading their linux distribution after a couple of years. I have observed that they often just reinstall the system from scratch and avoid that for data loss issues.
I have tested the install script with ubuntu 20.04 installed in a docker container and on a current Mac Book Pro with the following results:
ubuntu 20.04:
The "?" show up because of restricted terminal support in the docker container terminal output, nothing to do with the changes.
OSX 26.3.1:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.