Skip to content

Commit 3ddd9f0

Browse files
committed
🐛 Bugfix: ray initialize failed
1 parent 9076776 commit 3ddd9f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/data_process/ray_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def start_local_cluster(
212212
def log_configuration(self):
213213
"""Log current configuration information"""
214214
logger.debug("Ray Configuration:")
215-
logger.debug(f" Plasma directory: {self.plasma_directory}")
216215
logger.debug(f" ObjectStore memory: {self.object_store_memory_gb} GB")
217216
logger.debug(f" Temp directory: {self.temp_dir}")
218217
logger.debug(f" Preallocate plasma: {self.preallocate_plasma}")

0 commit comments

Comments
 (0)