Skip to content

Commit 742565c

Browse files
committed
README
1 parent e50a87b commit 742565c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# lab-orchestrator
22

33
Lightweight single-node GPU experiment scheduler. Zero hard dependencies
4-
(stdlib only), ~400 lines, copy-paste ready.
4+
(stdlib only), copy-paste ready.
55

66
Schedules a `name * seed` task matrix across multiple GPUs on one machine
77
using **LPT ordering** (heavy tasks first) and **load-aware dispatch**
@@ -182,4 +182,8 @@ where α ~= 0.4-0.5 for typical DL workloads (memory-bandwidth bound).
182182

183183
## License
184184

185-
Apache 2.0
185+
MIT License (see [LICENSE](LICENSE)).
186+
187+
# Also
188+
189+
Contributions are very welcome! Open an issue or a PR if you have suggestions or want to add features.

0 commit comments

Comments
 (0)