slurmray 2.3.0__tar.gz → 2.4.0__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: slurmray
3
- Version: 2.3.0
3
+ Version: 2.4.0
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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "slurmray"
3
- version = "2.3.0"
3
+ version = "2.4.0"
4
4
  description = "SlurmRay is a module for effortlessly distributing tasks on a Slurm cluster using the Ray library. "
5
5
  authors = ["Henri Jamet <henri.jamet@unil.ch>"]
6
6
  license = "Apache License"
@@ -162,10 +162,7 @@ class RayLauncher:
162
162
  f""
163
163
  if not self.cluster
164
164
  else "\n\taddress='auto',\n\tinclude_dashboard=True,\n\tdashboard_host='0.0.0.0',\n\tdashboard_port=8888,\n"
165
- )
166
- + "num_gpus=1"
167
- if self.use_gpu is True
168
- else "",
165
+ ),
169
166
  )
170
167
  with open(os.path.join(self.project_path, "spython.py"), "w") as f:
171
168
  f.write(text)
File without changes
File without changes
File without changes