gpustack-runner 0.1.24__py3-none-any.whl → 0.1.24.post1__py3-none-any.whl

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.
@@ -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.24'
31
- __version_tuple__ = version_tuple = (0, 1, 24)
30
+ __version__ = version = '0.1.24.post1'
31
+ __version_tuple__ = version_tuple = (0, 1, 24, 'post1')
32
32
  try:
33
33
  from ._version_appendix import git_commit
34
34
  __commit_id__ = commit_id = git_commit
@@ -1 +1 @@
1
- git_commit = "c2b7172"
1
+ git_commit = "ed41ee9"
@@ -1348,10 +1348,6 @@ def list_images(**kwargs) -> list[PlatformedImage]:
1348
1348
  A list of platformed images.
1349
1349
 
1350
1350
  """
1351
- # Reset to default for listing images,
1352
- # in case the env is set to other value.
1353
- envs.GPUSTACK_RUNNER_DEFAULT_CONTAINER_NAMESPACE = None
1354
-
1355
1351
  platform = kwargs.pop("platform", None)
1356
1352
  repository = kwargs.pop("repository", None)
1357
1353
 
@@ -1497,8 +1493,3 @@ def _execute_command(
1497
1493
  args=command,
1498
1494
  returncode=returncode,
1499
1495
  )
1500
-
1501
-
1502
- append_images(
1503
- "gpustack/runtime:pause",
1504
- )
gpustack_runner/runner.py CHANGED
@@ -10,8 +10,6 @@ from typing import Any
10
10
 
11
11
  from dataclasses_json import dataclass_json
12
12
 
13
- from . import envs
14
-
15
13
  _RE_DOCKER_IMAGE = re.compile(
16
14
  r"(?:(?P<prefix>[\w\\.\-]+(?:/[\w\\.\-]+)*)/)?runner:(?P<backend>(Host|cann|corex|cuda|dtk|hggc|maca|musa|rocm))(?P<backend_version>[XY\d\\.]+)(?:-(?P<backend_variant>\w+))?-(?P<service>(vllm|voxbox|mindie|sglang))(?P<service_version>[\w\\.]+)(?:-(?P<suffix>\w+))?",
17
15
  )
@@ -239,10 +237,6 @@ def list_runners(**kwargs) -> Runners | list[dict]:
239
237
  json_list = json.load(f)
240
238
  runners = []
241
239
  for item in json_list:
242
- if namespace := envs.GPUSTACK_RUNNER_DEFAULT_CONTAINER_NAMESPACE:
243
- docker_image = item["docker_image"]
244
- docker_image = docker_image.replace("gpustack/", f"{namespace}/")
245
- item["docker_image"] = docker_image
246
240
  runners.append(Runner.from_dict(item))
247
241
 
248
242
  todict = kwargs.pop("todict", False)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gpustack-runner
3
- Version: 0.1.24
3
+ Version: 0.1.24.post1
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
@@ -46,24 +46,20 @@ The following table lists the supported accelerated backends and their correspon
46
46
 
47
47
  ### Ascend CANN
48
48
 
49
- > [!CAUTION]
50
- > Since v0.1.23:
51
- > - Deprecated MindIE `2.1.rc1`.
52
-
53
49
  > [!WARNING]
54
50
  > - The Atlas 300I series is currently experimental in vLLM, only supporting eager mode and float16 data type. And there
55
51
  are some known issues for running vLLM, you can refer to
56
52
  vllm-ascend [#3316](https://github.com/vllm-project/vllm-ascend/issues/3316)
57
53
  and [#2795](https://github.com/vllm-project/vllm-ascend/issues/2795).
58
54
 
59
- | CANN Version <br/> (Variant) | MindIE | vLLM | SGLang |
60
- |------------------------------|--------------------------|------------------------------------------------------------|------------------------|
61
- | 8.3 (A3/910C) | `2.2.rc1` | `0.13.0`, `0.12.0`, `0.11.0` | `0.5.7`, `0.5.6.post2` |
62
- | 8.3 (910B) | `2.2.rc1` | `0.13.0`, `0.12.0`, `0.11.0` | `0.5.7`, `0.5.6.post2` |
63
- | 8.3 (310P) | `2.2.rc1` | | |
64
- | 8.2 (A3/910C) | `2.1.rc2` | `0.10.2`, `0.10.1.1` | `0.5.2`, `0.5.1.post3` |
65
- | 8.2 (910B) | `2.1.rc2`, ~~`2.1.rc1`~~ | `0.10.2`, `0.10.1.1`, <br/>`0.10.0`, `0.9.2`, <br/>`0.9.1` | `0.5.2`, `0.5.1.post3` |
66
- | 8.2 (310P) | `2.1.rc2`, ~~`2.1.rc1`~~ | `0.10.0`, `0.9.2` | |
55
+ | CANN Version <br/> (Variant) | MindIE | vLLM | SGLang |
56
+ |------------------------------|-----------|------------------------------------------------------------|------------------------|
57
+ | 8.3 (A3/910C) | `2.2.rc1` | `0.13.0`, `0.12.0`, `0.11.0` | `0.5.7`, `0.5.6.post2` |
58
+ | 8.3 (910B) | `2.2.rc1` | `0.13.0`, `0.12.0`, `0.11.0` | `0.5.7`, `0.5.6.post2` |
59
+ | 8.3 (310P) | `2.2.rc1` | | |
60
+ | 8.2 (A3/910C) | `2.1.rc2` | `0.10.2`, `0.10.1.1` | `0.5.2`, `0.5.1.post3` |
61
+ | 8.2 (910B) | `2.1.rc2` | `0.10.2`, `0.10.1.1`, <br/>`0.10.0`, `0.9.2`, <br/>`0.9.1` | `0.5.2`, `0.5.1.post3` |
62
+ | 8.2 (310P) | `2.1.rc2` | `0.10.0`, `0.9.2` | |
67
63
 
68
64
  ### Iluvatar CoreX
69
65
 
@@ -73,13 +69,6 @@ The following table lists the supported accelerated backends and their correspon
73
69
 
74
70
  ### NVIDIA CUDA
75
71
 
76
- > [!CAUTION]
77
- > Since v0.1.23:
78
- > - Deprecated all services for CUDA 12.4.
79
- > - Deprecated vLLM `0.11.0`, `0.10.1.1`, `0.10.0`.
80
- > - Deprecated SGLang `0.5.5`.
81
- > - Deprecated VoxBox `0.0.20`.
82
-
83
72
  > [!NOTE]
84
73
  > - CUDA 12.9 supports Compute Capabilities:
85
74
  `7.5 8.0+PTX 8.9 9.0 10.0 10.3 12.0 12.1+PTX`.
@@ -88,12 +77,11 @@ The following table lists the supported accelerated backends and their correspon
88
77
  > - CUDA 12.6/12.4 supports Compute Capabilities:
89
78
  `7.5 8.0+PTX 8.9 9.0+PTX`.
90
79
 
91
- | CUDA Version <br/> (Variant) | vLLM | SGLang | VoxBox |
92
- |------------------------------|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|------------------------|
93
- | 12.9 | `0.13.0`, `0.12.0`, <br/>`0.11.2` | `0.5.7`, `0.5.6.post2` | |
94
- | 12.8 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, ~~`0.11.0`~~, <br/>`0.10.2`, ~~`0.10.1.1`~~, <br/>~~`0.10.0`~~ | `0.5.7`, `0.5.6.post2`, `0.5.5.post3`, <br/>~~`0.5.5`~~, `0.5.4.post3` | `0.0.21`, ~~`0.0.20`~~ |
95
- | 12.6 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, ~~`0.11.0`~~, <br/>`0.10.2`, ~~`0.10.1.1`~~, <br/>~~`0.10.0`~~ | | `0.0.21`, ~~`0.0.20`~~ |
96
- | 12.4 | ~~`0.11.0`~~, ~~`0.10.2`~~, <br/>~~`0.10.1.1`~~, ~~`0.10.0`~~ | | ~~`0.0.20`~~ |
80
+ | CUDA Version <br/> (Variant) | vLLM | SGLang | VoxBox |
81
+ |------------------------------|---------------------------------------------|-----------------------------------------------------------|----------|
82
+ | 12.9 | `0.13.0`, `0.12.0`, <br/>`0.11.2` | `0.5.7`, `0.5.6.post2` | |
83
+ | 12.8 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, `0.10.2` | `0.5.7`, `0.5.6.post2`, <br/>`0.5.5.post3`, `0.5.4.post3` | `0.0.21` |
84
+ | 12.6 | `0.13.0`, `0.12.0`, <br/>`0.11.2`,`0.10.2` | | `0.0.21` |
97
85
 
98
86
  ### Hygon DTK
99
87
 
@@ -123,29 +111,23 @@ The following table lists the supported accelerated backends and their correspon
123
111
 
124
112
  ### AMD ROCm
125
113
 
126
- > [!CAUTION]
127
- > Since v0.1.23:
128
- > - Deprecated all services for ROCm 6.3.
129
- > - Deprecated vLLM `0.11.0`.
130
-
131
114
  > [!NOTE]
132
115
  > - ROCm 7.0 supports LLVM targets:
133
116
  `gfx908 gfx90a gfx942 gfx950 gfx1030 gfx1100 gfx1101 gfx1200 gfx1201 gfx1150 gfx1151`.
134
- > - ROCm 6.4/6.3 supports LLVM targets:
117
+ > - ROCm 6.4 supports LLVM targets:
135
118
  `gfx908 gfx90a gfx942 gfx1030 gfx1100`.
136
119
 
137
120
  > [!WARNING]
138
121
  > - ROCm 7.0 vLLM `0.11.2/0.11.0` are reusing the official ROCm 6.4 PyTorch 2.9 wheel package rather than a ROCm
139
- 7.0 specific PyTorch build. Although supports ROCm 7.0 in vLLM `0.11.2/0.11.0`, `gfx1150/gfx1151` are not supported yet.
122
+ 7.0 specific PyTorch build. Although supports ROCm 7.0 in vLLM `0.11.2`, `gfx1150/gfx1151` are not supported yet.
140
123
  > - ROCm 6.4 vLLM `0.13.0` supports `gfx903 gfx90a gfx942` only.
141
124
  > - ROCm 6.4 SGLang supports `gfx942` only.
142
125
  > - ROCm 7.0 SGLang supports `gfx950` only.
143
126
 
144
- | ROCm Version <br/> (Variant) | vLLM | SGLang |
145
- |------------------------------|-------------------------------------------------|---------------------------------------|
146
- | 7.0 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, ~~`0.11.0`~~ | `0.5.7`, `0.5.6.post2` |
147
- | 6.4 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, `0.10.2` | `0.5.7`, `0.5.6.post2`, `0.5.5.post3` |
148
- | 6.3 | ~~`0.10.1.1`~~, ~~`0.10.0`~~ | |
127
+ | ROCm Version <br/> (Variant) | vLLM | SGLang |
128
+ |------------------------------|---------------------------------------------|--------------------------------------------|
129
+ | 7.0 | `0.13.0`, `0.12.0`, <br/>`0.11.2` | `0.5.7`, `0.5.6.post2` |
130
+ | 6.4 | `0.13.0`, `0.12.0`, <br/>`0.11.2`, `0.10.2` | `0.5.7`, `0.5.6.post2`, <br/>`0.5.5.post3` |
149
131
 
150
132
  ## Directory Structure
151
133
 
@@ -0,0 +1,17 @@
1
+ gpustack_runner/__init__.py,sha256=ss8_wsk1oo13qFlP9usrXKX4ypHs1NZb2OVd6uFx5cc,715
2
+ gpustack_runner/__main__.py,sha256=uvpk9GtyJGtHaKM7DyM64N5mwehwpDD3v8ba6Yy8V3A,1364
3
+ gpustack_runner/__utils__.py,sha256=LSo0Iqxd5OjQFncVOYcqC8cncjtywf0qac31UPw7Ou4,4372
4
+ gpustack_runner/_version.py,sha256=Ix4zhdok3sdfQ1mOI_tph_pbj5GmpJ04rohojJ2w17c,792
5
+ gpustack_runner/_version.pyi,sha256=A42NoSgcqEXVy2OeNm4LXC9CbyonbooYrSUBlPm2lGY,156
6
+ gpustack_runner/envs.py,sha256=Wm0GTIiDJIT1zEjLpaPZNLbOs23NNFc2Y6zZuRLlTKQ,3470
7
+ gpustack_runner/runner.py,sha256=Rk4nyHj7Bn7ibAdxspXpXplMgWVMsG9Jb7GV8sHk2Ig,26310
8
+ gpustack_runner/runner.py.json,sha256=rQEZrBRAQngUY9z2AntWTnnwjhTzZI_yywMxhjAAcAw,45403
9
+ gpustack_runner/cmds/__init__.py,sha256=zjdv_OC674KAcitjiHrHbXnAwLtw8Ju3psW0IKFqPIg,471
10
+ gpustack_runner/cmds/__types__.py,sha256=7C4kQM0EHPD8WpJpTo6kh9rEdkrYALcLQ-GAzMMsqV8,789
11
+ gpustack_runner/cmds/images.py,sha256=dH9gSoOpUCyjarfpJ1I7MSR98hYtGVsfcochcC3JqhI,49025
12
+ gpustack_runner/_version_appendix.py,sha256=P3_fpwmk6qL5k6PhLsWQyJeGhOHfewu1ukL_vQh56KU,23
13
+ gpustack_runner-0.1.24.post1.dist-info/METADATA,sha256=owCPWsrDOrEOZTrHTceS4yeMFOwvWkKmAdxNSyFvcgU,12323
14
+ gpustack_runner-0.1.24.post1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
+ gpustack_runner-0.1.24.post1.dist-info/entry_points.txt,sha256=M1Dxl6cY0kIgf2I4pPsV-_kU6BAtjj93spmsXAdwW3s,66
16
+ gpustack_runner-0.1.24.post1.dist-info/licenses/LICENSE,sha256=OiPibowBvB-NHV3TP_NOj18XNBlXcshXZFMpa3uvKVE,10362
17
+ gpustack_runner-0.1.24.post1.dist-info/RECORD,,
@@ -1,17 +0,0 @@
1
- gpustack_runner/__init__.py,sha256=ss8_wsk1oo13qFlP9usrXKX4ypHs1NZb2OVd6uFx5cc,715
2
- gpustack_runner/__main__.py,sha256=uvpk9GtyJGtHaKM7DyM64N5mwehwpDD3v8ba6Yy8V3A,1364
3
- gpustack_runner/__utils__.py,sha256=LSo0Iqxd5OjQFncVOYcqC8cncjtywf0qac31UPw7Ou4,4372
4
- gpustack_runner/_version.py,sha256=PGtcaWdpQHoovDMPesJn_siACNRb_TCcIlFvVB6YEig,777
5
- gpustack_runner/_version.pyi,sha256=A42NoSgcqEXVy2OeNm4LXC9CbyonbooYrSUBlPm2lGY,156
6
- gpustack_runner/envs.py,sha256=Wm0GTIiDJIT1zEjLpaPZNLbOs23NNFc2Y6zZuRLlTKQ,3470
7
- gpustack_runner/runner.py,sha256=WOERxhW2huq_zESGaJ7ntlWFeQJkOs1NWc8XSrlTJTI,26594
8
- gpustack_runner/runner.py.json,sha256=rQEZrBRAQngUY9z2AntWTnnwjhTzZI_yywMxhjAAcAw,45403
9
- gpustack_runner/cmds/__init__.py,sha256=zjdv_OC674KAcitjiHrHbXnAwLtw8Ju3psW0IKFqPIg,471
10
- gpustack_runner/cmds/__types__.py,sha256=7C4kQM0EHPD8WpJpTo6kh9rEdkrYALcLQ-GAzMMsqV8,789
11
- gpustack_runner/cmds/images.py,sha256=Bd_yoW7MboVNAxtpMlf8JKm9vPGvuIcHcxInA9VCUsI,49223
12
- gpustack_runner/_version_appendix.py,sha256=ZgtpyK-U9XcDUsfZR8KHFW6SDKmtMp9w4_lXLNiK5YY,23
13
- gpustack_runner-0.1.24.dist-info/METADATA,sha256=T6nsHWr00ZtYpB8Ri0ADF5aqhTJxc2V54QKzi_B71mw,13559
14
- gpustack_runner-0.1.24.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
- gpustack_runner-0.1.24.dist-info/entry_points.txt,sha256=M1Dxl6cY0kIgf2I4pPsV-_kU6BAtjj93spmsXAdwW3s,66
16
- gpustack_runner-0.1.24.dist-info/licenses/LICENSE,sha256=OiPibowBvB-NHV3TP_NOj18XNBlXcshXZFMpa3uvKVE,10362
17
- gpustack_runner-0.1.24.dist-info/RECORD,,