79775817

Date: 2025-09-26 11:09:02
Score: 0.5
Natty:
Report link

My answer is a little late, but I ran into this same issue. With newer versions of Ray (such as 2.49.x), you can do so by setting the environment path as follows.

Here, 'TEMP_DIR' is the string path to the directory where temporary files are desired to be stored.

os.environ['RAY_TMPDIR'] = TEMP_DIR
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: troymyname00