skypilot-nightly 1.0.0.dev20241022__py3-none-any.whl → 1.0.0.dev20241023__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.
- sky/__init__.py +2 -2
- sky/utils/command_runner.py +3 -2
- sky/utils/kubernetes/k8s_gpu_labeler_job.yaml +4 -3
- sky/utils/kubernetes/rsync_helper.sh +1 -1
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/METADATA +2 -2
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/RECORD +10 -10
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/LICENSE +0 -0
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/WHEEL +0 -0
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/entry_points.txt +0 -0
- {skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/top_level.txt +0 -0
sky/__init__.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Optional
|
|
5
5
|
import urllib.request
|
6
6
|
|
7
7
|
# Replaced with the current commit when building the wheels.
|
8
|
-
_SKYPILOT_COMMIT_SHA = '
|
8
|
+
_SKYPILOT_COMMIT_SHA = 'f2991b144d4b15eac55dd7f759f361b6146033b3'
|
9
9
|
|
10
10
|
|
11
11
|
def _get_git_commit():
|
@@ -35,7 +35,7 @@ def _get_git_commit():
|
|
35
35
|
|
36
36
|
|
37
37
|
__commit__ = _get_git_commit()
|
38
|
-
__version__ = '1.0.0.
|
38
|
+
__version__ = '1.0.0.dev20241023'
|
39
39
|
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
|
40
40
|
|
41
41
|
|
sky/utils/command_runner.py
CHANGED
@@ -838,8 +838,9 @@ class KubernetesCommandRunner(CommandRunner):
|
|
838
838
|
# default delimiter for options and arguments.
|
839
839
|
# rsync_helper.sh will parse the namespace_context by reverting the
|
840
840
|
# encoding and pass it to kubectl exec.
|
841
|
-
encoded_namespace_context = namespace_context.replace(
|
842
|
-
'
|
841
|
+
encoded_namespace_context = (namespace_context.replace(
|
842
|
+
'@', '%40').replace(':', '%3A').replace('/',
|
843
|
+
'%2F').replace('+', '%2B'))
|
843
844
|
self._rsync(
|
844
845
|
source,
|
845
846
|
target,
|
@@ -14,9 +14,10 @@ spec:
|
|
14
14
|
containers:
|
15
15
|
- name: gpu-labeler
|
16
16
|
image: us-central1-docker.pkg.dev/skypilot-375900/skypilotk8s/skypilot-gpu:latest # Using this image also serves as a way to "pre-pull" the image onto nodes
|
17
|
-
command:
|
18
|
-
|
19
|
-
-
|
17
|
+
command: ["/bin/bash", "-i", "-c"]
|
18
|
+
args:
|
19
|
+
- |
|
20
|
+
python /label_gpus.py
|
20
21
|
env:
|
21
22
|
- name: MY_NODE_NAME
|
22
23
|
valueFrom:
|
@@ -7,7 +7,7 @@ shift
|
|
7
7
|
echo "pod: $pod" >&2
|
8
8
|
encoded_namespace_context=$1
|
9
9
|
# Revert the encoded namespace+context to the original string.
|
10
|
-
namespace_context=$(echo "$encoded_namespace_context" | sed 's|%3A|:|g' | sed 's|%2B|+|g' | sed 's|%2F|/|g')
|
10
|
+
namespace_context=$(echo "$encoded_namespace_context" | sed 's|%40|@|g' | sed 's|%3A|:|g' | sed 's|%2B|+|g' | sed 's|%2F|/|g')
|
11
11
|
echo "namespace_context: $namespace_context" >&2
|
12
12
|
namespace=$(echo $namespace_context | cut -d+ -f1)
|
13
13
|
echo "namespace: $namespace" >&2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: skypilot-nightly
|
3
|
-
Version: 1.0.0.
|
3
|
+
Version: 1.0.0.dev20241023
|
4
4
|
Summary: SkyPilot: An intercloud broker for the clouds
|
5
5
|
Author: SkyPilot Team
|
6
6
|
License: Apache 2.0
|
@@ -234,7 +234,7 @@ Paste the following into a file `my_task.yaml`:
|
|
234
234
|
|
235
235
|
```yaml
|
236
236
|
resources:
|
237
|
-
accelerators:
|
237
|
+
accelerators: A100:8 # 8x NVIDIA A100 GPU
|
238
238
|
|
239
239
|
num_nodes: 1 # Number of VMs to launch
|
240
240
|
|
{skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/RECORD
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
sky/__init__.py,sha256=
|
1
|
+
sky/__init__.py,sha256=GIJDzXwASAEaGbwO52D-mvm5JVbXxjMbdt9_OZ0Wsv4,5854
|
2
2
|
sky/admin_policy.py,sha256=hPo02f_A32gCqhUueF0QYy1fMSSKqRwYEg_9FxScN_s,3248
|
3
3
|
sky/authentication.py,sha256=pAdCT60OxxiXI9KXDyP2lQ9u9vMc6aMtq5Xi2h_hbdw,20984
|
4
4
|
sky/check.py,sha256=jLMIIJrseaZj1_o5WkbaD9XdyXIlCaT6pyAaIFdhdmA,9079
|
@@ -245,7 +245,7 @@ sky/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
245
245
|
sky/utils/accelerator_registry.py,sha256=BO4iYH5bV80Xyp4EPfO0n1D3LL0FvESCy7xm59Je3_o,3798
|
246
246
|
sky/utils/admin_policy_utils.py,sha256=zFCu1OFIrZRfQNY0JFRO1502WFfdqZhwAU_QgM4fO9U,5943
|
247
247
|
sky/utils/cluster_yaml_utils.py,sha256=1wRRYqI1kI-eFs1pMW4r_FFjHJ0zamq6v2RRI-Gtx5E,849
|
248
|
-
sky/utils/command_runner.py,sha256=
|
248
|
+
sky/utils/command_runner.py,sha256=3CDcqRXEmoe3C-t2P58McgcRg6p9m5haUWYj1rOLuqM,34858
|
249
249
|
sky/utils/command_runner.pyi,sha256=mJOzCgcYZAfHwnY_6Wf1YwlTEJGb9ihzc2f0rE0Kw98,7751
|
250
250
|
sky/utils/common_utils.py,sha256=MwFhIcvCEMBo7kbENUjN3qRNO5SoMV0fzAORc65c5x0,24525
|
251
251
|
sky/utils/controller_utils.py,sha256=V05hiLJIjqqXssYzs_Gchk4-tijgpMgLJsRW8ymhS-E,40625
|
@@ -270,13 +270,13 @@ sky/utils/kubernetes/deploy_remote_cluster.sh,sha256=vGj0mD0tejHDRy8ulwKOvOF2mfL
|
|
270
270
|
sky/utils/kubernetes/generate_kind_config.py,sha256=_TNLnifA_r7-CRq083IP1xjelYqiLjzQX9ohuqYpDH8,3187
|
271
271
|
sky/utils/kubernetes/generate_kubeconfig.sh,sha256=AcYhuuG5jXWGHUmyRuH-oKy5qcn92gXhu6bXOt6eD6g,9274
|
272
272
|
sky/utils/kubernetes/gpu_labeler.py,sha256=MEUv0U4ACDcNwtFVltlv017XJMjxx1Bndf6fL0i6eqg,6960
|
273
|
-
sky/utils/kubernetes/k8s_gpu_labeler_job.yaml,sha256=
|
273
|
+
sky/utils/kubernetes/k8s_gpu_labeler_job.yaml,sha256=k0TBoQ4zgf79-sVkixKSGYFHQ7ZWF5gdVIZPupCCo9A,1224
|
274
274
|
sky/utils/kubernetes/k8s_gpu_labeler_setup.yaml,sha256=VLKT2KKimZu1GDg_4AIlIt488oMQvhRZWwsj9vBbPUg,3812
|
275
|
-
sky/utils/kubernetes/rsync_helper.sh,sha256=
|
275
|
+
sky/utils/kubernetes/rsync_helper.sh,sha256=hyYDaYSNxYaNvzUQBzC8AidB7nDeojizjkzc_CTxycY,1077
|
276
276
|
sky/utils/kubernetes/ssh_jump_lifecycle_manager.py,sha256=RFLJ3k7MR5UN4SKHykQ0lV9SgXumoULpKYIAt1vh-HU,6560
|
277
|
-
skypilot_nightly-1.0.0.
|
278
|
-
skypilot_nightly-1.0.0.
|
279
|
-
skypilot_nightly-1.0.0.
|
280
|
-
skypilot_nightly-1.0.0.
|
281
|
-
skypilot_nightly-1.0.0.
|
282
|
-
skypilot_nightly-1.0.0.
|
277
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/LICENSE,sha256=emRJAvE7ngL6x0RhQvlns5wJzGI3NEQ_WMjNmd9TZc4,12170
|
278
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/METADATA,sha256=6-0lKUe3hPKV5QaL0oSkB1tfG8-_YiqTr9B65uAplTw,19540
|
279
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
280
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/entry_points.txt,sha256=StA6HYpuHj-Y61L2Ze-hK2IcLWgLZcML5gJu8cs6nU4,36
|
281
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/top_level.txt,sha256=qA8QuiNNb6Y1OF-pCUtPEr6sLEwy2xJX06Bd_CrtrHY,4
|
282
|
+
skypilot_nightly-1.0.0.dev20241023.dist-info/RECORD,,
|
File without changes
|
{skypilot_nightly-1.0.0.dev20241022.dist-info → skypilot_nightly-1.0.0.dev20241023.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|