Metadata-Version: 2.4
Name: gpustack-runtime
Version: 0.1.38.post1
Summary: GPUStack Runtime is library for detecting GPU resources and launching GPU workloads.
Project-URL: Homepage, https://github.com/gpustack/runtime
Project-URL: Bug Tracker, https://github.com/gpustack/gpustack/issues
Author-email: GPUStack Authors <contact@gpustack.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: argcomplete>=3.6.3
Requires-Dist: docker
Requires-Dist: gpustack-runner>=0.1.22.post4
Requires-Dist: kubernetes
Requires-Dist: nvidia-ml-py>=13.580.65
Requires-Dist: pyyaml
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# GPUStack Runtime

GPUStack Runtime offers a unified interface for detecting GPU resources and managing GPU workloads.

It supports detection of a wide range of GPU and accelerator resources, including:

- AMD GPU
- Ascend NPU
- Cambricon MLU
- Hygon DCU
- Iluvatar GPU
- MetaX GPU
- Moore Threads GPU
- NVIDIA GPU

Contributions to support additional GPU resources are welcome!

GPUStack Runtime enables GPU workload management on the following platforms:

- Docker
- Kubernetes

## License

Copyright (c) 2025 The GPUStack authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [LICENSE](./LICENSE) file for details.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
