1 parent e50a87b commit 742565cCopy full SHA for 742565c
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# lab-orchestrator
2
3
Lightweight single-node GPU experiment scheduler. Zero hard dependencies
4
-(stdlib only), ~400 lines, copy-paste ready.
+(stdlib only), copy-paste ready.
5
6
Schedules a `name * seed` task matrix across multiple GPUs on one machine
7
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).
182
183
## License
184
185
-Apache 2.0
+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