Metadata-Version: 2.1
Name: gpu-runner
Version: 0.0.2
Summary: Run a command requiring GPU resources
Home-page: https://github.com/cosmoquester/gpu-runner.git
Author: Park Sangjun
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: filelock
Requires-Dist: nvidia-ml-py3

# GPU Runner

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![cosmoquester](https://circleci.com/gh/cosmoquester/python3-template.svg?style=svg)](https://app.circleci.com/pipelines/github/cosmoquester/python3-template)

GPU Runner is a Python package that provides a simple way to run a function on a GPU.
