GenAIDevTOProd commited on
Commit
df7139d
·
verified ·
1 Parent(s): 314c291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,4 +9,17 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Batch Scheduler Simulator
13
+
14
+ A lightweight educational simulator demonstrating the impact of **synchronous vs asynchronous** mini-batch scheduling.
15
+
16
+ # **Features**
17
+ - Adjustable workers, latency, and batch time
18
+ - Visualizes idle vs active time
19
+ - Computes throughput and idle %
20
+ - Perfect for teaching distributed training fundamentals
21
+
22
+ # Built by [Naga Adithya Kaushik](https://huggingface.co/GenAIDevTOProd)
23
+ """
24
+
25
+