torchruntime 2.7.0__tar.gz → 2.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {torchruntime-2.7.0/torchruntime.egg-info → torchruntime-2.9.0}/PKG-INFO +1 -1
- {torchruntime-2.7.0 → torchruntime-2.9.0}/pyproject.toml +1 -1
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/gpu_pci_ids.db +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0/torchruntime.egg-info}/PKG-INFO +1 -1
- {torchruntime-2.7.0 → torchruntime-2.9.0}/LICENSE +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/MANIFEST.in +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/README.md +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/setup.cfg +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/setup.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_configuration.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_device_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_device_db_integration.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_gpu_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_installer.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_platform_detection.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_torch_device_utils.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/__init__.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/__main__.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/configuration.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/consts.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/device_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/gpu_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/installer.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/platform_detection.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_configuration.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_device_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_device_db_integration.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_gpu_db.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_installer.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_platform_detection.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_torch_device_utils.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/__init__.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_device_utils.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_test/__init__.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_test/torch_regression_tests.py +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/SOURCES.txt +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/dependency_links.txt +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/entry_points.txt +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/requires.txt +0 -0
- {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torchruntime
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Meant for app developers. A convenient way to install and configure the appropriate version of PyTorch on the user's computer, based on the OS and GPU manufacturer and model number.
|
|
5
5
|
Author-email: cmdr2 <secondary.cmdr2@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/easydiffusion/torchruntime
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "torchruntime"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.9.0"
|
|
8
8
|
description = "Meant for app developers. A convenient way to install and configure the appropriate version of PyTorch on the user's computer, based on the OS and GPU manufacturer and model number."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.0"
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torchruntime
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Meant for app developers. A convenient way to install and configure the appropriate version of PyTorch on the user's computer, based on the OS and GPU manufacturer and model number.
|
|
5
5
|
Author-email: cmdr2 <secondary.cmdr2@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/easydiffusion/torchruntime
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_test/torch_regression_tests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|