slurmray 3.6.1__py3-none-any.whl → 3.6.2__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.
Potentially problematic release.
This version of slurmray might be problematic. Click here for more details.
slurmray/RayLauncher.py
CHANGED
|
@@ -366,7 +366,7 @@ class RayLauncher:
|
|
|
366
366
|
if current_queue is None or current_queue != to_queue:
|
|
367
367
|
current_queue = to_queue
|
|
368
368
|
with open(queue_log_file, "w") as f:
|
|
369
|
-
text = "Current queue:\n"
|
|
369
|
+
text = f"Current queue ({time.strftime('%H:%M:%S')}):\n"
|
|
370
370
|
format_row = "{:>30}" * (len(current_queue[0]))
|
|
371
371
|
for user, status, nodes, node_list in current_queue:
|
|
372
372
|
text += (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: slurmray
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.2
|
|
4
4
|
Summary: SlurmRay is a module for effortlessly distributing tasks on a Slurm cluster using the Ray library.
|
|
5
5
|
Home-page: https://henri-jamet.vercel.app/
|
|
6
6
|
License: Apache License
|
|
@@ -17,7 +17,6 @@ Requires-Dist: paramiko (>=3.3.1,<4.0.0)
|
|
|
17
17
|
Requires-Dist: pdoc3 (>=0.10.0,<0.11.0)
|
|
18
18
|
Requires-Dist: pip-chill (>=1.0.3,<2.0.0)
|
|
19
19
|
Requires-Dist: ray[data,serve,train,tune] (>=2.7.1,<3.0.0)
|
|
20
|
-
Requires-Dist: torch (>=2.1.1,<3.0.0)
|
|
21
20
|
Project-URL: Documentation, https://henri-jamet.vercel.app/cards/documentation/slurm-ray/slurm-ray/
|
|
22
21
|
Description-Content-Type: text/markdown
|
|
23
22
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
slurmray/RayLauncher.py,sha256=
|
|
1
|
+
slurmray/RayLauncher.py,sha256=nJvwXVlE0Qf0IJO8zeqPVe6r5-pM140oSVOq_z09-2w,23483
|
|
2
2
|
slurmray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
slurmray/assets/sbatch_template.sh,sha256=c-7J4ItzrctDrbF5Znu8p1d_xIgayC9puhjX3nLMzsk,2273
|
|
4
4
|
slurmray/assets/slurmray_server.sh,sha256=-PpX3AitLVfAYjyNqE3BjtDu5uvk11KoiaCUVgmtcEQ,1506
|
|
5
5
|
slurmray/assets/slurmray_server_template.py,sha256=JwX2pH7K9pb10JuRxe3EsjSUp1t3xm0ojEh8H2W2lVo,461
|
|
6
6
|
slurmray/assets/spython_template.py,sha256=kRUvNQs9iCcg0wJLmm9LV0TnbUdlenZMYPr_bZPkXLg,597
|
|
7
|
-
slurmray-3.6.
|
|
8
|
-
slurmray-3.6.
|
|
9
|
-
slurmray-3.6.
|
|
10
|
-
slurmray-3.6.
|
|
7
|
+
slurmray-3.6.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
8
|
+
slurmray-3.6.2.dist-info/METADATA,sha256=UZdPwVcNWhYoQ0DAii8Nm9Htj8Yx-lkfO8XiViNBWjE,3492
|
|
9
|
+
slurmray-3.6.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
|
10
|
+
slurmray-3.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|