11.5.0-CLORE
This commit is contained in:
parent
7e335337ad
commit
59d5e6c939
3
PKG-INFO
3
PKG-INFO
|
@ -231,3 +231,6 @@ Release Notes
|
||||||
- Version 11.5.0
|
- Version 11.5.0
|
||||||
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
||||||
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
||||||
|
- Version 11.5.0 CLORE
|
||||||
|
- removed versioneer
|
||||||
|
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset
|
|
@ -209,3 +209,6 @@ Release Notes
|
||||||
- Version 11.5.0
|
- Version 11.5.0
|
||||||
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
||||||
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
||||||
|
- Version 11.5.0 CLORE
|
||||||
|
- removed versioneer
|
||||||
|
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset
|
|
@ -231,3 +231,6 @@ Release Notes
|
||||||
- Version 11.5.0
|
- Version 11.5.0
|
||||||
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
- Updated nvml.py to support CUDA 11.5 and CUDA 12
|
||||||
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
- Aligned with latest nvidia-ml-py deployment (11.525.84)
|
||||||
|
- Version 11.5.0 CLORE
|
||||||
|
- removed versioneer
|
||||||
|
- fixed nvmlDeviceGetGpcClkMinMaxVfOffset
|
|
@ -3,7 +3,6 @@ MANIFEST.in
|
||||||
README.md
|
README.md
|
||||||
setup.cfg
|
setup.cfg
|
||||||
setup.py
|
setup.py
|
||||||
versioneer.py
|
|
||||||
pynvml/__init__.py
|
pynvml/__init__.py
|
||||||
pynvml/_version.py
|
pynvml/_version.py
|
||||||
pynvml/nvml.py
|
pynvml/nvml.py
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||||
# DistributionMetadata.download_url = None
|
# DistributionMetadata.download_url = None
|
||||||
|
|
||||||
setup(name='pynvml',
|
setup(name='pynvml',
|
||||||
version="11.5.0",
|
version="11.5.0-CLORE",
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
description='Python Bindings for the NVIDIA Management Library',
|
description='Python Bindings for the NVIDIA Management Library',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
1822
versioneer.py
1822
versioneer.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue