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.
Files changed (40) hide show
  1. {torchruntime-2.7.0/torchruntime.egg-info → torchruntime-2.9.0}/PKG-INFO +1 -1
  2. {torchruntime-2.7.0 → torchruntime-2.9.0}/pyproject.toml +1 -1
  3. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/gpu_pci_ids.db +0 -0
  4. {torchruntime-2.7.0 → torchruntime-2.9.0/torchruntime.egg-info}/PKG-INFO +1 -1
  5. {torchruntime-2.7.0 → torchruntime-2.9.0}/LICENSE +0 -0
  6. {torchruntime-2.7.0 → torchruntime-2.9.0}/MANIFEST.in +0 -0
  7. {torchruntime-2.7.0 → torchruntime-2.9.0}/README.md +0 -0
  8. {torchruntime-2.7.0 → torchruntime-2.9.0}/setup.cfg +0 -0
  9. {torchruntime-2.7.0 → torchruntime-2.9.0}/setup.py +0 -0
  10. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_configuration.py +0 -0
  11. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_device_db.py +0 -0
  12. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_device_db_integration.py +0 -0
  13. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_gpu_db.py +0 -0
  14. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_installer.py +0 -0
  15. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_platform_detection.py +0 -0
  16. {torchruntime-2.7.0 → torchruntime-2.9.0}/tests/test_torch_device_utils.py +0 -0
  17. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/__init__.py +0 -0
  18. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/__main__.py +0 -0
  19. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/configuration.py +0 -0
  20. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/consts.py +0 -0
  21. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/device_db.py +0 -0
  22. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/gpu_db.py +0 -0
  23. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/installer.py +0 -0
  24. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/platform_detection.py +0 -0
  25. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_configuration.py +0 -0
  26. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_device_db.py +0 -0
  27. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_device_db_integration.py +0 -0
  28. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_gpu_db.py +0 -0
  29. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_installer.py +0 -0
  30. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_platform_detection.py +0 -0
  31. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/tests/test_torch_device_utils.py +0 -0
  32. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/__init__.py +0 -0
  33. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_device_utils.py +0 -0
  34. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_test/__init__.py +0 -0
  35. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime/utils/torch_test/torch_regression_tests.py +0 -0
  36. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/SOURCES.txt +0 -0
  37. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/dependency_links.txt +0 -0
  38. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/entry_points.txt +0 -0
  39. {torchruntime-2.7.0 → torchruntime-2.9.0}/torchruntime.egg-info/requires.txt +0 -0
  40. {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.7.0
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.0"
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: torchruntime
3
- Version: 2.7.0
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