slurmray 3.5.6__py3-none-any.whl → 3.5.7__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
@@ -437,7 +437,8 @@ class RayLauncher:
437
437
  lines.append("slurmray --pre\n")
438
438
  # Solve torch buf (https://github.com/pytorch/pytorch/issues/111469)
439
439
  if "torchaudio\n" or "torchvision\n" in lines:
440
- lines.append("torch==2.0.1\n")
440
+ lines.append("torch==2.1.1\n")
441
+ lines.append("--index-url https://download.pytorch.org/whl/cu121\n")
441
442
 
442
443
  with open(f"{self.project_path}/requirements.txt", "w") as file:
443
444
  file.writelines(lines)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: slurmray
3
- Version: 3.5.6
3
+ Version: 3.5.7
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
@@ -1,10 +1,10 @@
1
- slurmray/RayLauncher.py,sha256=3JRLuiLlGkVTo4MQbywnJ-_vwDO-60tUYP1PRTCLAMI,21469
1
+ slurmray/RayLauncher.py,sha256=ByHwpNCRe7WwWQxsAhWypwICRYy9CszApQDOQLlO-X0,21554
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=BpmyczNtMlsRimbUYU2XSE59YHGSsozo3rqSQcXNubQ,638
5
5
  slurmray/assets/slurmray_server_template.py,sha256=4VPJWq9sqW8BBarJB0XKvdQzbDomeHCIiqt0SBVnNIo,573
6
6
  slurmray/assets/spython_template.py,sha256=kRUvNQs9iCcg0wJLmm9LV0TnbUdlenZMYPr_bZPkXLg,597
7
- slurmray-3.5.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- slurmray-3.5.6.dist-info/METADATA,sha256=YLVhWLRuVjRVBg_zKznJE0n0UTR27cwvIjvAKFWWDks,2372
9
- slurmray-3.5.6.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
10
- slurmray-3.5.6.dist-info/RECORD,,
7
+ slurmray-3.5.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ slurmray-3.5.7.dist-info/METADATA,sha256=7Jou8l7TkdxF8giGkKhnkgIwU3SlW_Jxji9xHCl_MQQ,2372
9
+ slurmray-3.5.7.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
10
+ slurmray-3.5.7.dist-info/RECORD,,