Fork me on github
摘要: 创建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 阅读(44) 评论(0) 推荐(0) 编辑