[PR #1218] [MERGED] fix: handle null synced_modules in sync progress response #8949

Closed
opened 2026-05-03 01:08:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1218
Author: @adityamulik
Created: 3/8/2026
Status: Merged
Merged: 3/15/2026
Merged by: @profvjreddi

Base: mainHead: fix/handle-null-synced-modules


📝 Commits (1)

  • 0a048ff fix: handle null synced_modules in sync progress response

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 tinytorch/tito/core/submission.py (+8 -1)

📄 Description

Desc:
Handle null synced_modules in sync progress response.
Fall back to showing completed module count when API returns null.

Before:
image

After:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1218 **Author:** [@adityamulik](https://github.com/adityamulik) **Created:** 3/8/2026 **Status:** ✅ Merged **Merged:** 3/15/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `fix/handle-null-synced-modules` --- ### 📝 Commits (1) - [`0a048ff`](https://github.com/harvard-edge/cs249r_book/commit/0a048ffd253c7f8bbf20d4c89ad233b758faa229) fix: handle null synced_modules in sync progress response ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/tito/core/submission.py` (+8 -1) </details> ### 📄 Description Desc: Handle null synced_modules in sync progress response. Fall back to showing completed module count when API returns null. Before: <img width="459" height="72" alt="image" src="https://github.com/user-attachments/assets/717f3be5-e4db-4c2a-9dcb-ea7357b9f454" /> After: <img width="419" height="76" alt="image" src="https://github.com/user-attachments/assets/073bee96-f53b-4a30-bf1d-e1c82c87f0d4" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:08:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#8949