会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一方天地
给技术一方自由的天地
首页
新随笔
订阅
管理
2023年12月5日
通过显卡占用率和显存占用率获取空闲GPUs
摘要: 创建idleGPUs.py,内容如下: #!/usr/bin/env python # -*- coding: utf-8 -*- from os import popen from typing import List def query_idle_gpus(threshold: int = 2)
阅读全文
posted @ 2023-12-05 22:54 fang-d
阅读(163)
评论(0)
推荐(0)
编辑
公告