Skip to content

Commit d45f9b4

Browse files
authored
Update readme.md
1 parent 389611f commit d45f9b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ FlowLine 是一个用于 **GPU资源管理** 和 **并发指令流调度** 的
1616

1717
该系统的设计初衷是为了替代手动监控 GPU 状态并依次执行命令的低效方式。在传统流程中,用户需要持续关注 GPU 的剩余显存和使用情况,以便手动启动 Python 脚本或终止进程,这在多任务实验场景中尤为繁琐。本项目通过自动化机制解决了这些问题,提升了实验效率与资源利用率。
1818

19+
> ~你也不想因为 CUDA Out of Memory 重新手动改sh吧。~
20+
1921
## 核心特性
2022

2123
* 实时 GPU 状态监控:自动检测可用 GPU 数量、显存占用、进程信息等、并选择最恰当的GPU;
@@ -247,4 +249,4 @@ python -m http.server 8000
247249
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=dramwig/FlowLine&type=Date" />
248250
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=dramwig/FlowLine&type=Date" />
249251
</picture>
250-
</a>
252+
</a>

0 commit comments

Comments
 (0)