We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389611f commit d45f9b4Copy full SHA for d45f9b4
readme.md
@@ -16,6 +16,8 @@ FlowLine 是一个用于 **GPU资源管理** 和 **并发指令流调度** 的
16
17
该系统的设计初衷是为了替代手动监控 GPU 状态并依次执行命令的低效方式。在传统流程中,用户需要持续关注 GPU 的剩余显存和使用情况,以便手动启动 Python 脚本或终止进程,这在多任务实验场景中尤为繁琐。本项目通过自动化机制解决了这些问题,提升了实验效率与资源利用率。
18
19
+> ~你也不想因为 CUDA Out of Memory 重新手动改sh吧。~
20
+
21
## 核心特性
22
23
* 实时 GPU 状态监控:自动检测可用 GPU 数量、显存占用、进程信息等、并选择最恰当的GPU;
@@ -247,4 +249,4 @@ python -m http.server 8000
247
249
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=dramwig/FlowLine&type=Date" />
248
250
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=dramwig/FlowLine&type=Date" />
251
</picture>
-</a>
252
+</a>
0 commit comments