Metadata-Version: 2.4
Name: gpustack-runtime
Version: 0.1.26
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: docker
Requires-Dist: gpustack-runner>=0.1.13
Requires-Dist: kubernetes
Requires-Dist: nvidia-ml-py>=13.580.65
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# GPUStack Runtime (WIP)

GPUStack Runtime provides a unified interface to detect GPU resources and manages GPU workloads.

## 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.
