11.5.0-CLORE

This commit is contained in:
clore 2024-04-30 13:54:19 +00:00
parent 7e335337ad
commit 59d5e6c939
6 changed files with 10 additions and 1824 deletions

View File

@ -231,3 +231,6 @@ Release Notes
- Version 11.5.0
- Updated nvml.py to support CUDA 11.5 and CUDA 12
- Aligned with latest nvidia-ml-py deployment (11.525.84)
- Version 11.5.0 CLORE
- removed versioneer
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset

View File

@ -209,3 +209,6 @@ Release Notes
- Version 11.5.0
- Updated nvml.py to support CUDA 11.5 and CUDA 12
- Aligned with latest nvidia-ml-py deployment (11.525.84)
- Version 11.5.0 CLORE
- removed versioneer
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset

View File

@ -231,3 +231,6 @@ Release Notes
- Version 11.5.0
- Updated nvml.py to support CUDA 11.5 and CUDA 12
- Aligned with latest nvidia-ml-py deployment (11.525.84)
- Version 11.5.0 CLORE
- removed versioneer
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset

View File

@ -3,7 +3,6 @@ MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
pynvml/__init__.py
pynvml/_version.py
pynvml/nvml.py

View File

@ -15,7 +15,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
# DistributionMetadata.download_url = None
setup(name='pynvml',
version="11.5.0",
version="11.5.0-CLORE",
python_requires='>=3.6',
description='Python Bindings for the NVIDIA Management Library',
long_description=long_description,

File diff suppressed because it is too large Load Diff