gpustack-runner 0.1.23.post3__tar.gz → 0.1.23.post4__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_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/PKG-INFO +1 -1
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/_version.py +2 -2
- gpustack_runner-0.1.23.post4/gpustack_runner/_version_appendix.py +1 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/images.py +3 -3
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/runner.py +16 -4
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/test_list_service_runners.json +7 -1
- gpustack_runner-0.1.23.post3/gpustack_runner/_version_appendix.py +0 -1
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.codespelldict +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.codespellrc +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.gitattributes +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.gitignore +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.pre-commit-config.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/.python-version +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/LICENSE +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/Makefile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/README.md +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/docs/index.md +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/docs/modules/gpustack_runner.md +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/__init__.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/__main__.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/_version.pyi +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/__init__.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/__types__.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/envs.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/runner.py.json +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/hatch.toml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/mkdocs.yml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251020_vllm_install_lmcache/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251020_vllm_install_lmcache/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251020_vllm_install_lmcache/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251020_vllm_install_lmcache/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_client/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_client/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_client/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_client/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_default/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_default/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251022_vllm_install_ray_default/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251024_vllm_install_nvidia_hpcx/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251024_vllm_install_nvidia_hpcx/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251024_vllm_reinstall_lmcache/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251024_vllm_reinstall_lmcache/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251029_vllm_reinstall_ray/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251029_vllm_reinstall_ray/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251103_mindie_refresh_entrypoint/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251103_mindie_refresh_entrypoint/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251105_vllm_polish_nvidia_hpcx/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251105_vllm_polish_nvidia_hpcx/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251106_vllm_install_ep_kernel/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251106_vllm_install_ep_kernel/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251107_vllm_reinstall_lmcache/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251107_vllm_reinstall_lmcache/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251110_sglang_install_diffusion/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251110_sglang_install_diffusion/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251110_sglang_install_flashattn/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251110_sglang_install_flashattn/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251125_mindie_install_posix_ipc/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251125_mindie_install_posix_ipc/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251201_vllm_patch_qwen2_5_vl/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251201_vllm_patch_qwen2_5_vl/cuda/patches/vllm_001_disable_flashatten_in_qwen2_5_vl.patch +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251201_vllm_patch_qwen2_5_vl/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251209_mindie_install_av/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251209_mindie_install_av/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_mindie_patch_minicpm_qwen2_v2/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_mindie_patch_minicpm_qwen2_v2/cann/patches.zip +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_mindie_patch_minicpm_qwen2_v2/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_sglang_patch_server_args/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_sglang_patch_server_args/cuda/patches/sglang_001_fix_server_args.patch +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251213_sglang_patch_server_args/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251214_cuda_several_patches/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251214_cuda_several_patches/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251215_cann_several_patches/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251215_cann_several_patches/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251216_sglang_uninstall_runai_model_streamer/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251216_sglang_uninstall_runai_model_streamer/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251219_rocm_install_petit_kernel/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251219_rocm_install_petit_kernel/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251219_vllm_install_audio_extra/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251219_vllm_install_audio_extra/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251219_vllm_install_audio_extra/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251224_mindie_patch_atb_config/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/20251224_mindie_patch_atb_config/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/README.md +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/cann/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/cann/mindie-atb-models_2.2.rc1_linux-amd64_py3.11_torch2.1.0-abi0.tar.gz +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/cann/mindie-atb-models_2.2.rc1_linux-arm64_py3.11_torch2.1.0-abi0.tar.gz +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/cann/patches/mindie.zip +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/corex/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/cuda/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/discard_runner.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/dtk/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/expand_matrix.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/maca/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/matrix.yaml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/merge_runner.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/prune_runner.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/rocm/Dockerfile +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/rocm/patches/sglang_001_wrong_vram.patch +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pyproject.toml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pytest.ini +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/ruff.toml +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/__init__.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/test_docker_image.json +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/test_list_backend_runners.json +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/test_list_runners_by_backend.json +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/fixtures/test_list_runners_by_prefix.json +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/test_runner.py +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/activate +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_current_date_time.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_get_temperature.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_get_weather.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_square_of_number.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_square_root_of_number.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_where_am_i.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/run_runner.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/run_runner_cluster.sh +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/uv.lock +0 -0
- {gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/uv.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpustack-runner
|
|
3
|
-
Version: 0.1.23.
|
|
3
|
+
Version: 0.1.23.post4
|
|
4
4
|
Summary: GPUStack Runner is library for registering runnable accelerated backends and services in GPUStack.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gpustack/runner
|
|
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.23.
|
|
31
|
-
__version_tuple__ = version_tuple = (0, 1, 23, '
|
|
30
|
+
__version__ = version = '0.1.23.post4'
|
|
31
|
+
__version_tuple__ = version_tuple = (0, 1, 23, 'post4')
|
|
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 = "8de1f4a"
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/images.py
RENAMED
|
@@ -1000,13 +1000,13 @@ class CompareImagesSubCommand(SubCommand):
|
|
|
1000
1000
|
if img_name not in current_images_mapping
|
|
1001
1001
|
]
|
|
1002
1002
|
|
|
1003
|
-
green,
|
|
1003
|
+
green, cyan, red, reset = "\033[32m", "\033[36m", "\033[31m", "\033[0m"
|
|
1004
1004
|
if not self.color:
|
|
1005
|
-
green,
|
|
1005
|
+
green, cyan, red, reset = "", "", "", ""
|
|
1006
1006
|
for img_name in added_image_names:
|
|
1007
1007
|
print(f"{green}+ {img_name}{reset}")
|
|
1008
1008
|
for img_name in deprecated_image_names:
|
|
1009
|
-
print(f"{
|
|
1009
|
+
print(f"{cyan}~ {img_name}{reset}")
|
|
1010
1010
|
for img_name in removed_image_names:
|
|
1011
1011
|
print(f"{red}- {img_name}{reset}")
|
|
1012
1012
|
|
|
@@ -2,7 +2,7 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import json
|
|
4
4
|
import re
|
|
5
|
-
from dataclasses import asdict, dataclass
|
|
5
|
+
from dataclasses import asdict, dataclass, field
|
|
6
6
|
from functools import lru_cache
|
|
7
7
|
from importlib import resources
|
|
8
8
|
from pathlib import Path
|
|
@@ -317,9 +317,13 @@ class ServiceVersionedRunner:
|
|
|
317
317
|
"""
|
|
318
318
|
The service version, e.g. "0.10.0", "0.4.10", etc.
|
|
319
319
|
"""
|
|
320
|
-
deprecated: bool =
|
|
320
|
+
deprecated: bool | None = field(
|
|
321
|
+
default=None,
|
|
322
|
+
metadata={"dataclasses_json": {"exclude": lambda v: v is None}},
|
|
323
|
+
)
|
|
321
324
|
"""
|
|
322
325
|
Deprecated runner or not.
|
|
326
|
+
Valued only in `list_backend_runners` context.
|
|
323
327
|
"""
|
|
324
328
|
platforms: list[ServicePlatformedRunner] | None = None
|
|
325
329
|
"""
|
|
@@ -355,6 +359,14 @@ class BackendVariantRunner:
|
|
|
355
359
|
"""
|
|
356
360
|
A list of ServicedRunner objects, each containing service and versions.
|
|
357
361
|
"""
|
|
362
|
+
deprecated: bool | None = field(
|
|
363
|
+
default=None,
|
|
364
|
+
metadata={"dataclasses_json": {"exclude": lambda v: v is None}},
|
|
365
|
+
)
|
|
366
|
+
"""
|
|
367
|
+
Deprecated runner or not.
|
|
368
|
+
Valued only in `list_service_runners` context.
|
|
369
|
+
"""
|
|
358
370
|
platforms: list[ServicePlatformedRunner] | None = None
|
|
359
371
|
"""
|
|
360
372
|
A list of ServicePlatformedRunner objects, each containing platform and docker_image.
|
|
@@ -439,7 +451,6 @@ ServiceRunners = list[ServiceRunner]
|
|
|
439
451
|
"versions": [
|
|
440
452
|
{
|
|
441
453
|
"version": "0.10.0",
|
|
442
|
-
"deprecated": false,
|
|
443
454
|
"backends": [
|
|
444
455
|
{
|
|
445
456
|
"backend": "cann",
|
|
@@ -450,6 +461,7 @@ ServiceRunners = list[ServiceRunner]
|
|
|
450
461
|
"variants": [
|
|
451
462
|
{
|
|
452
463
|
"variant": "910b",
|
|
464
|
+
"deprecated": false,
|
|
453
465
|
"platforms": [
|
|
454
466
|
{
|
|
455
467
|
"platform": "linux/amd64",
|
|
@@ -705,7 +717,6 @@ def build_service_runners(
|
|
|
705
717
|
if not service_version_entry:
|
|
706
718
|
service_version_entry = ServiceVersionedRunner(
|
|
707
719
|
version=runner.service_version,
|
|
708
|
-
deprecated=runner.deprecated,
|
|
709
720
|
backends=[],
|
|
710
721
|
)
|
|
711
722
|
service_entry.versions.append(service_version_entry)
|
|
@@ -751,6 +762,7 @@ def build_service_runners(
|
|
|
751
762
|
if not variant_entry:
|
|
752
763
|
variant_entry = BackendVariantRunner(
|
|
753
764
|
variant=runner.backend_variant,
|
|
765
|
+
deprecated=runner.deprecated,
|
|
754
766
|
platforms=[],
|
|
755
767
|
)
|
|
756
768
|
backend_version_entry.variants.append(variant_entry)
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"versions": [
|
|
19
19
|
{
|
|
20
20
|
"version": "0.13.0",
|
|
21
|
-
"deprecated": false,
|
|
22
21
|
"backends": [
|
|
23
22
|
{
|
|
24
23
|
"backend": "cann",
|
|
@@ -29,6 +28,7 @@
|
|
|
29
28
|
"variants": [
|
|
30
29
|
{
|
|
31
30
|
"variant": "910b",
|
|
31
|
+
"deprecated": false,
|
|
32
32
|
"platforms": [
|
|
33
33
|
{
|
|
34
34
|
"platform": "linux/amd64",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"variant": "a3",
|
|
45
|
+
"deprecated": false,
|
|
45
46
|
"platforms": [
|
|
46
47
|
{
|
|
47
48
|
"platform": "linux/amd64",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"variants": [
|
|
67
68
|
{
|
|
68
69
|
"variant": "",
|
|
70
|
+
"deprecated": false,
|
|
69
71
|
"platforms": [
|
|
70
72
|
{
|
|
71
73
|
"platform": "linux/amd64",
|
|
@@ -85,6 +87,7 @@
|
|
|
85
87
|
"variants": [
|
|
86
88
|
{
|
|
87
89
|
"variant": "",
|
|
90
|
+
"deprecated": false,
|
|
88
91
|
"platforms": [
|
|
89
92
|
{
|
|
90
93
|
"platform": "linux/amd64",
|
|
@@ -104,6 +107,7 @@
|
|
|
104
107
|
"variants": [
|
|
105
108
|
{
|
|
106
109
|
"variant": "",
|
|
110
|
+
"deprecated": false,
|
|
107
111
|
"platforms": [
|
|
108
112
|
{
|
|
109
113
|
"platform": "linux/amd64",
|
|
@@ -128,6 +132,7 @@
|
|
|
128
132
|
"variants": [
|
|
129
133
|
{
|
|
130
134
|
"variant": "",
|
|
135
|
+
"deprecated": false,
|
|
131
136
|
"platforms": [
|
|
132
137
|
{
|
|
133
138
|
"platform": "linux/amd64",
|
|
@@ -143,6 +148,7 @@
|
|
|
143
148
|
"variants": [
|
|
144
149
|
{
|
|
145
150
|
"variant": "",
|
|
151
|
+
"deprecated": false,
|
|
146
152
|
"platforms": [
|
|
147
153
|
{
|
|
148
154
|
"platform": "linux/amd64",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
git_commit = "c9b3ccf"
|
|
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_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/docs/modules/gpustack_runner.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/__init__.py
RENAMED
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/cmds/__types__.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/gpustack_runner/runner.py.json
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
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/pack/.post_operation/README.md
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
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tests/gpustack_runner/test_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_current_date_time.sh
RENAMED
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_get_temperature.sh
RENAMED
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_get_weather.sh
RENAMED
|
File without changes
|
{gpustack_runner-0.1.23.post3 → gpustack_runner-0.1.23.post4}/tools/chat_tool_square_of_number.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|