device-smi


Namedevice-smi JSON
Version 0.0.1.dev0 PyPI version JSON
download
home_pagehttps://github.com/ModelCloud/Device-SMI/
SummaryDevice-SMI is designed to retrieve system information about devices.
upload_time2024-11-18 14:25:18
maintainerNone
docs_urlNone
authorModelCloud
requires_python>=3
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Device-SMI

Python lib with zero-dependencies and will get you a unified `device.info` properties for `gpu`, `cpu`, and `npu`. No more calling separate tools such as `nvidia-smi` or `/proc/cpuinfo` and parsing it yourself.

Device data sources:

- **CPU**: [Intel/Amd/Apple] Linux/MacOS system interface
- **NVIDIA GPU**: NVIDIA System Management Interface (NVIDIA-SMI).
- **AMD GPU**: (PENDING)
- **Intel GPU**: (PENDING)

## Features

- Retrieve information for both CPU and GPU devices.
- Includes details about memory usage, utilization, driver, pcie info when applicable, and other device specifications.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ModelCloud/Device-SMI/",
    "name": "device-smi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": null,
    "author": "ModelCloud",
    "author_email": "qubitium@modelcloud.ai",
    "download_url": "https://files.pythonhosted.org/packages/02/cf/de2e7bf64801e769757d71a097408a8d8caa290e9661b537dc1de82b080e/device_smi-0.0.1.dev0.tar.gz",
    "platform": null,
    "description": "# Device-SMI\n\nPython lib with zero-dependencies and will get you a unified `device.info` properties for `gpu`, `cpu`, and `npu`. No more calling separate tools such as `nvidia-smi` or `/proc/cpuinfo` and parsing it yourself.\n\nDevice data sources:\n\n- **CPU**: [Intel/Amd/Apple] Linux/MacOS system interface\n- **NVIDIA GPU**: NVIDIA System Management Interface (NVIDIA-SMI).\n- **AMD GPU**: (PENDING)\n- **Intel GPU**: (PENDING)\n\n## Features\n\n- Retrieve information for both CPU and GPU devices.\n- Includes details about memory usage, utilization, driver, pcie info when applicable, and other device specifications.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Device-SMI is designed to retrieve system information about devices.",
    "version": "0.0.1.dev0",
    "project_urls": {
        "Homepage": "https://github.com/ModelCloud/Device-SMI/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02cfde2e7bf64801e769757d71a097408a8d8caa290e9661b537dc1de82b080e",
                "md5": "34f4b5762067039bd7b241691431af40",
                "sha256": "02d5f03ea56108376b0e1a17bd536a515b85737f1af230bca66d854eba1118cb"
            },
            "downloads": -1,
            "filename": "device_smi-0.0.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "34f4b5762067039bd7b241691431af40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 8269,
            "upload_time": "2024-11-18T14:25:18",
            "upload_time_iso_8601": "2024-11-18T14:25:18.073302Z",
            "url": "https://files.pythonhosted.org/packages/02/cf/de2e7bf64801e769757d71a097408a8d8caa290e9661b537dc1de82b080e/device_smi-0.0.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 14:25:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ModelCloud",
    "github_project": "Device-SMI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "device-smi"
}
        
Elapsed time: 0.70824s