gpustack-runtime 0.1.40__tar.gz → 0.1.40.post1__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.
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/PKG-INFO +1 -1
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/_version.py +2 -2
- gpustack_runtime-0.1.40.post1/gpustack_runtime/_version_appendix.py +1 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/__init__.py +2 -0
- gpustack_runtime-0.1.40/gpustack_runtime/_version_appendix.py +0 -1
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.codespelldict +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.codespellrc +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.dockerignore +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.gitattributes +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.gitignore +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.pre-commit-config.yaml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/.python-version +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/LICENSE +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/Makefile +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/README.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/deploy/manifests/docker-compose.yaml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/deploy/manifests/kubernetes.yaml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/index.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/modules/gpustack_runtime.deployer.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/modules/gpustack_runtime.detector.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/modules/gpustack_runtime.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/__main__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/_version.pyi +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/__types__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/deployer.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/detector.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/images.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__patches__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__types__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__utils__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/__types__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/thead.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/docker.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/kuberentes.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/podman.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__types__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__utils__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/amd.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/ascend.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/cambricon.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/hygon.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/iluvatar.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/metax.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/mthreads.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/nvidia.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyacl/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyamdgpu/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyamdsmi/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pycuda/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pydcmi/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyhgml/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyhgml/libhgml.so +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyhgml/libuki.so +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyhsa/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyixml/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pymxsml/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pymxsml/mxsml.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pymxsml/mxsml_extension.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pymxsml/mxsml_mcm.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyrocmcore/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyrocmsmi/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/thead.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/envs.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/logging.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/hatch.toml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/mkdocs.yml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/pack/Dockerfile +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/pack/Dockerfile.dummy +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/pyproject.toml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/pytest.ini +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/ruff.toml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_compare_versions.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_correct_runner_image.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_load_yaml_or_json.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_load_yaml_or_json_multiple_jsons.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_load_yaml_or_json_multiple_yamls.yaml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_load_yaml_or_json_single_json.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_load_yaml_or_json_single_yaml.yaml +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/fixtures/test_nginx_entrypoint.sh +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/deployer/test_utils.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/fixtures/__init__.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/README.md +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_amd_mi300x.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_amd_mi308x.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_amd_rx7800xt.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_ascend_310p3.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_ascend_910b2.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_hygon_k100ai.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_metax_c500.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_gb10.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_h100.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_h200.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx4080super.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx4090d.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx5090d.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/detect_output_thead_ppu.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_amd_mi300x.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_amd_mi308x.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_amd_rx7800xt.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_ascend_310p3.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_ascend_910b2.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_hygon_k100ai.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_metax_c500.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_mthreads_s5000.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_h100.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_h200.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx4080super.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx4090d.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx5090d.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/samples/topology_output_thead_ppu.json +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_amd.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_ascend.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_cambricon.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_hygon.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_iluvatar.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_metax.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_mthreads.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/tests/gpustack_runtime/detector/test_nvidia.py +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/uv.lock +0 -0
- {gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/uv.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpustack-runtime
|
|
3
|
-
Version: 0.1.40
|
|
3
|
+
Version: 0.1.40.post1
|
|
4
4
|
Summary: GPUStack Runtime is library for detecting GPU resources and launching GPU workloads.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gpustack/runtime
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/gpustack/gpustack/issues
|
|
@@ -27,8 +27,8 @@ version_tuple: VERSION_TUPLE
|
|
|
27
27
|
__commit_id__: COMMIT_ID
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
|
|
30
|
-
__version__ = version = '0.1.40'
|
|
31
|
-
__version_tuple__ = version_tuple = (0, 1, 40)
|
|
30
|
+
__version__ = version = '0.1.40.post1'
|
|
31
|
+
__version_tuple__ = version_tuple = (0, 1, 40, 'post1')
|
|
32
32
|
try:
|
|
33
33
|
from ._version_appendix import git_commit
|
|
34
34
|
__commit_id__ = commit_id = git_commit
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
git_commit = "74acbe5"
|
|
@@ -18,6 +18,7 @@ from .detector import DetectDevicesSubCommand, GetDevicesTopologySubCommand
|
|
|
18
18
|
from .images import (
|
|
19
19
|
CopyImagesSubCommand,
|
|
20
20
|
ListImagesSubCommand,
|
|
21
|
+
LoadImagesSubCommand,
|
|
21
22
|
PlatformedImage,
|
|
22
23
|
SaveImagesSubCommand,
|
|
23
24
|
append_images,
|
|
@@ -39,6 +40,7 @@ __all__ = [
|
|
|
39
40
|
"InspectWorkloadSubCommand",
|
|
40
41
|
"ListImagesSubCommand",
|
|
41
42
|
"ListWorkloadsSubCommand",
|
|
43
|
+
"LoadImagesSubCommand",
|
|
42
44
|
"LogsSelfSubCommand",
|
|
43
45
|
"LogsWorkloadSubCommand",
|
|
44
46
|
"PlatformedImage",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
git_commit = "1f4627e"
|
|
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
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/deploy/manifests/docker-compose.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/modules/gpustack_runtime.deployer.md
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/docs/modules/gpustack_runtime.detector.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/cmds/__types__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__init__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__patches__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__types__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/__utils__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/__init__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/__types__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/cdi/thead.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/docker.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/kuberentes.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/deployer/podman.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__init__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__types__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/__utils__.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/ascend.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/cambricon.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/hygon.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/iluvatar.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/metax.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/mthreads.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/nvidia.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pyhgml/libuki.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/pymxsml/mxsml.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.40 → gpustack_runtime-0.1.40.post1}/gpustack_runtime/detector/thead.py
RENAMED
|
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
|
|
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
|