gpustack-runtime 0.1.38.post1__tar.gz → 0.1.38.post3__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.38.post1 → gpustack_runtime-0.1.38.post3}/PKG-INFO +2 -2
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/_version.py +2 -2
- gpustack_runtime-0.1.38.post3/gpustack_runtime/_version_appendix.py +1 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/amd.py +7 -2
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyrocmsmi/__init__.py +3 -9
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/pyproject.toml +1 -1
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/uv.lock +4 -4
- gpustack_runtime-0.1.38.post1/gpustack_runtime/_version_appendix.py +0 -1
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.codespelldict +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.codespellrc +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.dockerignore +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.gitattributes +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.gitignore +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.pre-commit-config.yaml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/.python-version +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/LICENSE +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/Makefile +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/README.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/deploy/manifests/docker-compose.yaml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/deploy/manifests/kubernetes.yaml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/docs/index.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/docs/modules/gpustack_runtime.deployer.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/docs/modules/gpustack_runtime.detector.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/docs/modules/gpustack_runtime.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/__main__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/_version.pyi +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/__types__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/deployer.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/detector.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/images.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/__types__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/__utils__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/docker.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/kuberentes.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/__types__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/__utils__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/ascend.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/cambricon.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/hygon.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/iluvatar.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/metax.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/mthreads.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/nvidia.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyacl/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyamdgpu/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyamdsmi/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pycuda/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pydcmi/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyhsa/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyixml/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pymtml/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pymxsml/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pymxsml/mxsml.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pymxsml/mxsml_extension.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pymxsml/mxsml_mcm.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/pyrocmcore/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/envs.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/logging.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/hatch.toml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/mkdocs.yml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/pack/Dockerfile +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/pack/Dockerfile.dummy +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/pytest.ini +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/ruff.toml +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/test_compare_versions.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/test_correct_runner_image.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/test_make_image_with.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/test_nginx_entrypoint.sh +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/fixtures/test_replace_image_with.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/deployer/test_utils.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/fixtures/__init__.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/README.md +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_amd_mi300x.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_amd_rx7800xt.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_ascend_310p3.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_ascend_910b2.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_hygon_k100ai.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_metax_c500.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_gb10.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_h100.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_h200.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx4080super.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx4090d.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/detect_output_nvidia_rtx5090d.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_amd_mi300x.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_amd_rx7800xt.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_ascend_310p3.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_ascend_910b2.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_hygon_k100ai.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_metax_c500.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_h100.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_h200.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx4080super.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx4090d.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/samples/topology_output_nvidia_rtx5090d.json +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_amd.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_ascend.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_cambricon.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_hygon.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_iluvatar.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_metax.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_mthreads.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/tests/gpustack_runtime/detector/test_nvidia.py +0 -0
- {gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/uv.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpustack-runtime
|
|
3
|
-
Version: 0.1.38.
|
|
3
|
+
Version: 0.1.38.post3
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Requires-Dist: argcomplete>=3.6.3
|
|
17
17
|
Requires-Dist: docker
|
|
18
|
-
Requires-Dist: gpustack-runner
|
|
18
|
+
Requires-Dist: gpustack-runner==0.1.22.post6
|
|
19
19
|
Requires-Dist: kubernetes
|
|
20
20
|
Requires-Dist: nvidia-ml-py>=13.580.65
|
|
21
21
|
Requires-Dist: pyyaml
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/_version.py
RENAMED
|
@@ -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.38.
|
|
31
|
-
__version_tuple__ = version_tuple = (0, 1, 38, '
|
|
30
|
+
__version__ = version = '0.1.38.post3'
|
|
31
|
+
__version_tuple__ = version_tuple = (0, 1, 38, 'post3')
|
|
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 = "44deb12"
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/amd.py
RENAMED
|
@@ -123,8 +123,13 @@ class AMDDetector(Detector):
|
|
|
123
123
|
|
|
124
124
|
dev_cc = dev_hsa_agent.compute_capability
|
|
125
125
|
if not dev_cc:
|
|
126
|
-
|
|
127
|
-
dev_cc =
|
|
126
|
+
if "target_graphics_version" in dev_gpu_asic_info:
|
|
127
|
+
dev_cc = dev_gpu_asic_info.get("target_graphics_version")
|
|
128
|
+
else:
|
|
129
|
+
with contextlib.suppress(pyrocmsmi.ROCMSMIError):
|
|
130
|
+
dev_cc = pyrocmsmi.rsmi_dev_target_graphics_version_get(
|
|
131
|
+
dev_idx,
|
|
132
|
+
)
|
|
128
133
|
|
|
129
134
|
dev_bdf = None
|
|
130
135
|
dev_card_id = None
|
|
@@ -223,15 +223,9 @@ def rsmi_dev_target_graphics_version_get(device=0):
|
|
|
223
223
|
c_version = c_uint64()
|
|
224
224
|
ret = rocmsmiLib.rsmi_dev_target_graphics_version_get(device, byref(c_version))
|
|
225
225
|
_rocmsmiCheckReturn(ret)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
if "Instinct MI2" in dev_name:
|
|
230
|
-
hex_part = str(hex(int(version[2:]))).replace("0x", "")
|
|
231
|
-
version = version[:2] + hex_part
|
|
232
|
-
else:
|
|
233
|
-
version = str(c_version.value // 10 + c_version.value % 10)
|
|
234
|
-
return "gfx" + version
|
|
226
|
+
if c_version.value < 2000:
|
|
227
|
+
return "gfx" + str(c_version.value)
|
|
228
|
+
return "gfx" + hex(c_version.value)[2:]
|
|
235
229
|
except AttributeError:
|
|
236
230
|
return None
|
|
237
231
|
|
|
@@ -258,16 +258,16 @@ wheels = [
|
|
|
258
258
|
|
|
259
259
|
[[package]]
|
|
260
260
|
name = "gpustack-runner"
|
|
261
|
-
version = "0.1.22.
|
|
261
|
+
version = "0.1.22.post6"
|
|
262
262
|
source = { registry = "https://pypi.org/simple" }
|
|
263
263
|
dependencies = [
|
|
264
264
|
{ name = "argcomplete" },
|
|
265
265
|
{ name = "dataclasses-json" },
|
|
266
266
|
{ name = "requests" },
|
|
267
267
|
]
|
|
268
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
268
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1d/3e/0f03c67eb3af985cc43da74f0c16ac85c5389fe4baa073d7e2e75f1d2183/gpustack_runner-0.1.22.post6.tar.gz", hash = "sha256:c6fdac6d4f4aeedda434900e38903f42dd60eca3eca522707fea277b72535502", size = 117013, upload-time = "2026-01-06T14:39:25.512Z" }
|
|
269
269
|
wheels = [
|
|
270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
270
|
+
{ url = "https://files.pythonhosted.org/packages/f8/2e/213f37f518d5c34f14d01cd78d178219e2e70e2643455663c8c671020c4f/gpustack_runner-0.1.22.post6-py3-none-any.whl", hash = "sha256:72aa93a393fc5543b1e2cf0fc1df64d0ec3743d8b759949574f7e0b33e86fd80", size = 24252, upload-time = "2026-01-06T14:39:24.457Z" },
|
|
271
271
|
]
|
|
272
272
|
|
|
273
273
|
[[package]]
|
|
@@ -302,7 +302,7 @@ dev = [
|
|
|
302
302
|
requires-dist = [
|
|
303
303
|
{ name = "argcomplete", specifier = ">=3.6.3" },
|
|
304
304
|
{ name = "docker" },
|
|
305
|
-
{ name = "gpustack-runner", specifier = "
|
|
305
|
+
{ name = "gpustack-runner", specifier = "==0.1.22.post6" },
|
|
306
306
|
{ name = "kubernetes" },
|
|
307
307
|
{ name = "nvidia-ml-py", specifier = ">=13.580.65" },
|
|
308
308
|
{ name = "pyyaml" },
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
git_commit = "bc41720"
|
|
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.38.post1 → gpustack_runtime-0.1.38.post3}/deploy/manifests/docker-compose.yaml
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/deploy/manifests/kubernetes.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/docs/modules/gpustack_runtime.md
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/__init__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/__main__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/_version.pyi
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/__init__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/__types__.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/deployer.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/detector.py
RENAMED
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/cmds/images.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/deployer/docker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/ascend.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/hygon.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/gpustack_runtime/detector/metax.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpustack_runtime-0.1.38.post1 → gpustack_runtime-0.1.38.post3}/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
|
|
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
|