gpustack-runtime 0.1.40__py3-none-any.whl → 0.1.40.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.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
@@ -1 +1 @@
1
- git_commit = "1f4627e"
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,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
@@ -1,10 +1,10 @@
1
1
  gpustack_runtime/__init__.py,sha256=kKcK6DMIXOdpWhgMS7xlsNrBNvEmY0L8eyQtBIC3CU4,160
2
2
  gpustack_runtime/__main__.py,sha256=LkRkKifYM9DTAo-HAlOQZ2vCQaXxXb49EKyfAYJG2vg,3808
3
- gpustack_runtime/_version.py,sha256=sMt6Nh8gpjLVyXx1PUIN7_DRt_dwpnQIykoU3KzS7u4,777
3
+ gpustack_runtime/_version.py,sha256=tZXYTH4eh4oIU0uyIkOj_F02YAgxD4j6lwgczS7RU_U,792
4
4
  gpustack_runtime/_version.pyi,sha256=A42NoSgcqEXVy2OeNm4LXC9CbyonbooYrSUBlPm2lGY,156
5
5
  gpustack_runtime/envs.py,sha256=7CTVHWfzBQn9iN8LcGWOxuLp_7HAd-lFDuAYDmwCB6U,34065
6
6
  gpustack_runtime/logging.py,sha256=h_fvD5FV7GHCo00IUDLQmkPR-H6r66IX_WSwZwl0mCw,6869
7
- gpustack_runtime/cmds/__init__.py,sha256=aPmcuPPNkTna6IctK5OCZUy9JP9yAKd4yz5iPEgvLFc,1222
7
+ gpustack_runtime/cmds/__init__.py,sha256=hokwjRG9ovum0Cq5VbUtTMPOk6oFKcyXFgTXpxw-uKs,1276
8
8
  gpustack_runtime/cmds/__types__.py,sha256=7C4kQM0EHPD8WpJpTo6kh9rEdkrYALcLQ-GAzMMsqV8,789
9
9
  gpustack_runtime/cmds/deployer.py,sha256=6C5MYZISugdCcJX8EfJbJKsgtgw1xkdjpoVBi2OPCcs,28787
10
10
  gpustack_runtime/cmds/detector.py,sha256=xTuPkl0Psi6T_n7RvwCHBeubX4AsjXAhc_emrMufY58,8724
@@ -47,9 +47,9 @@ gpustack_runtime/detector/pymxsml/mxsml_extension.py,sha256=zfWFRGa9eSup336t2lPh
47
47
  gpustack_runtime/detector/pymxsml/mxsml_mcm.py,sha256=a4rX7hJNJKTqLodKU9rYeDaAEKef6UNVThl1w-aiFsA,15363
48
48
  gpustack_runtime/detector/pyrocmcore/__init__.py,sha256=5Iwy-U4ogFFQwGh1LrEUBsXgmOmt3VQ70P9MZCq1qxc,2497
49
49
  gpustack_runtime/detector/pyrocmsmi/__init__.py,sha256=wlzH54ibvw1qgCBgV6vvDBzyQBNa5A9JVa_hLwhba0o,11880
50
- gpustack_runtime/_version_appendix.py,sha256=Pkq7kJmQ0Xx40Vuif75Qryjfy_Z8s3lCPKPhInbchpU,23
51
- gpustack_runtime-0.1.40.dist-info/METADATA,sha256=cxOxG0ZcYgnS2_YC4fZ1lxss4r7OP81MUMRBzBxmcgc,2176
52
- gpustack_runtime-0.1.40.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
53
- gpustack_runtime-0.1.40.dist-info/entry_points.txt,sha256=bBO_61GxP6dIT74uZwbSDgW5Vt2pTePUS3CgjUJkUgg,68
54
- gpustack_runtime-0.1.40.dist-info/licenses/LICENSE,sha256=OiPibowBvB-NHV3TP_NOj18XNBlXcshXZFMpa3uvKVE,10362
55
- gpustack_runtime-0.1.40.dist-info/RECORD,,
50
+ gpustack_runtime/_version_appendix.py,sha256=Q3VQO7E2lOhSF31RZK7_H7YQrILXRcVIw5UGAZBveoU,23
51
+ gpustack_runtime-0.1.40.post1.dist-info/METADATA,sha256=6PR3Z4vumr7f5wS5hMF1IkGkyNBsWHlXn3dS3tligB8,2182
52
+ gpustack_runtime-0.1.40.post1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
53
+ gpustack_runtime-0.1.40.post1.dist-info/entry_points.txt,sha256=bBO_61GxP6dIT74uZwbSDgW5Vt2pTePUS3CgjUJkUgg,68
54
+ gpustack_runtime-0.1.40.post1.dist-info/licenses/LICENSE,sha256=OiPibowBvB-NHV3TP_NOj18XNBlXcshXZFMpa3uvKVE,10362
55
+ gpustack_runtime-0.1.40.post1.dist-info/RECORD,,