gpulimit

View on PyPIReverse Dependencies (0)

0.2.1 gpulimit-0.2.1-py3-none-any.whl

Wheel Details

Project: gpulimit
Version: 0.2.1
Filename: gpulimit-0.2.1-py3-none-any.whl
Download: [link]
Size: 50928
MD5: 4e134565bfe0c8d3638bfdfb44f64398
SHA256: c6d550028349e70b338beca2940de5ab31d74d2da134e957ada69ea2295759f9
Uploaded: 2020-06-08 07:53:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpulimit
Version: 0.2.1
Summary: DL training on GPU management
Author: lcy
Author-Email: lichunyang_1[at]outlook.com
Home-Page: https://github.com/lichunown/gpu-limit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: psutil
Description-Content-Type: text/markdown
[Description omitted; length: 2615 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gpulimit/__init__.py sha256=clN3TnyYyt5T_wUJLVBmutS2kYLLBET4JFB2QXnRm2Q 21
gpulimit/gpulimit_client.py sha256=XuafWd4gKLCPTPZCv6P53_kMKjT-pNbj263HmxDlTHA 1357
gpulimit/gpulimit_server.py sha256=o1F8d7n17IQXWNa_BQNg9rbqgSCo9iynw-Dmty3auxM 8426
gpulimit/gpulimit_core/__init__.py sha256=BpG-Ksi3pyWBbQgkb3A9cgatJz3uT3okaw1YTDP0QEY 112
gpulimit/gpulimit_core/run_task_core.py sha256=tMC6cq0XKFeFZob_OKMxlrdx-6JLQrIyS0abcb4vTOU 14047
gpulimit/gpulimit_core/scheduling.py sha256=ApNJZxGzzVrlvqRRZC1d-RewYY4Q2JfbGpNcD3Y09fA 2671
gpulimit/gpulimit_core/socket_utils.py sha256=PtXXQWrBDtRrgHW6RjNew89EzMjfcG5fb3Ee6-6knbw 994
gpulimit/gpulimit_core/system_info.py sha256=OnJ93gRjoz8xakxrxqSy02Q2RGj9F3Qo5NpLnPXZpNE 1955
gpulimit/gpulimit_core/tasks.py sha256=xyOldHNgzLLXSc6ixTUnWJip2GrxJVCWDxlz3Kn2TG4 6516
gpulimit/utils/__init__.py sha256=4tpJkoTpiKdYIFKFEhxNDyIvv0e8WFXcQ7gjcydrHcY 121
gpulimit/utils/asyn.py sha256=kU6PJd_HWswCkM3q12ElxuPQdWUSO-ClMpWDaZ3sGMw 492
gpulimit/utils/check.py sha256=gXaKFVrBH8eJgoTSgEmnSncxuj1zlaS-uxg--vAjh18 728
gpulimit/utils/nvidia_smi.py sha256=kfhLwjCxVcFGQ3WlFWkLIIcBEUutejiLYPrzIr5LnOE 37168
gpulimit/utils/prettytable.py sha256=kR5L9oatyd0hNyHhv4VFmUWS0yRfBqJyaIumTukrVgU 64218
gpulimit/utils/pynvml.py sha256=6yia0CYdK5r22Ph3W9Kp9vAs4xtHq_3KD7nJKcX0gqU 56874
gpulimit/utils/func2cui/__init__.py sha256=6edQFU8BZsLAD59HGDDsDhhz4wVvt7VNUkTWcL0u9tI 45
gpulimit/utils/func2cui/cmd.py sha256=60wDaecz1fXu6v4bzphsVhi334o4jgDJAk8tnb38J2k 8020
gpulimit/utils/func2cui/cmd_utils.py sha256=nL-XEjmiOHl1kvZ6RvIEP0iMDEuzUkBHx92iJzHSvLA 1776
gpulimit-0.2.1.dist-info/LICENSE sha256=4q-Sa4g_-B-OSbrh7NSrvtnj1hf7tboVU_QBt2O9Ifk 1089
gpulimit-0.2.1.dist-info/METADATA sha256=C-BPJiKdJXUcz1N7J42eS2_GSE5a10q_LXmDKhdKJnc 3785
gpulimit-0.2.1.dist-info/WHEEL sha256=YUYzQ6UQdoqxXjimOitTqynltBCkwY6qlTfTh2IzqQU 97
gpulimit-0.2.1.dist-info/entry_points.txt sha256=JPGzvupXFqvCy4c5d_HkKuBErx6QSQRQ58zUX_kN7b0 150
gpulimit-0.2.1.dist-info/top_level.txt sha256=iPlwpYCZOAifkOJa5mScqUV8RcX9xPKtdiHZIyAg92c 9
gpulimit-0.2.1.dist-info/RECORD

top_level.txt

gpulimit

entry_points.txt

gpulimit = gpulimit.gpulimit_client:main
gpulimit-server = gpulimit.gpulimit_server:main
gpulimitc = gpulimit.gpulimit_client:main