We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a06cc9 commit 2a59af1Copy full SHA for 2a59af1
1 file changed
compute_worker/compute_worker.py
@@ -1233,6 +1233,9 @@ def prepare(self):
1233
# Only during prediction step do we want to announce "preparing"
1234
self._update_status(SubmissionStatus.PREPARING, extra_information=f"ingestion_hostname-{hostname}")
1235
1236
+ # Ensure output_dir exists on the host
1237
+ self._get_host_path(self.output_dir)
1238
+
1239
# Setup cache and prune if it's out of control
1240
self._prep_cache_dir()
1241
0 commit comments