hamidavatar commited on
Commit
f726ab9
·
verified ·
1 Parent(s): 1f507c2

Upload training_20260311_055937_exit1.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_20260311_055937_exit1.log +362 -0
training_20260311_055937_exit1.log ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Avatar Training (fire-and-forget) ===
2
+ Script: train_pi0fast.py
3
+ Started: 2026-03-11 05:57:32 UTC
4
+
5
+ >>> [0/4] Raising file descriptor limit...
6
+ ulimit -n = 65536
7
+ >>> [1/4] Setting environment...
8
+ HF_TOKEN set: 37 chars
9
+ WANDB_API_KEY set: 0 chars
10
+ >>> [2/4] Logging into HuggingFace...
11
+ The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `hf`CLI if you want to set the git credential as well.
12
+ Token is valid (permission: write).
13
+ The token `beta-pc` has been saved to /root/.cache/huggingface/stored_tokens
14
+ Your token has been saved to /root/.cache/huggingface/token
15
+ Login successful.
16
+ Note: Environment variable`HF_TOKEN` is set and is the current active token independently from the token you've just configured.
17
+ ⚠️ Warning: 'huggingface-cli login' is deprecated. Use 'hf auth login' instead.
18
+ >>> [3/4] Pre-downloading pretrained model...
19
+ Downloading lerobot/pi0fast-base (default)...
20
+
21
+ Cached at /root/.cache/huggingface/hub/models--lerobot--pi0fast-base/snapshots/0737e07fac1e63519c0bd38bd869934ecd9c3f86
22
+ GPUs: 4x NVIDIA A100-SXM4-80GB
23
+ >>> [4/4] Launching accelerate with 4 GPUs...
24
+ Script: train_pi0fast.py
25
+ Train args: --dataset orange_hook_right_20260310 --steps 10000 --batch-size 8 --lr 5e-5 --save-freq 2000 --push-to-hub --num-workers 8 --task-text pick\ up\ the\ orange\ flat\ package
26
+
27
+ The following values were not passed to `accelerate launch` and had defaults used instead:
28
+ `--num_machines` was set to a value of `1`
29
+ `--mixed_precision` was set to a value of `'no'`
30
+ `--dynamo_backend` was set to a value of `'no'`
31
+ To avoid this warning pass in values for each of the problematic parameters or run `accelerate config`.
32
+
33
+ ============================================================
34
+ π₀-FAST Training
35
+ ============================================================
36
+ Dataset: hamidavatar/orange_hook_right_20260310
37
+ Pretrained: lerobot/pi0fast-base
38
+ Model repo: hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557
39
+ Steps: 10000
40
+ Batch/GPU: 8 (eff: 32)
41
+ Chunk size: 10
42
+ LR: 5e-05
43
+ Save freq: 2000
44
+ GPUs: 4
45
+ ============================================================
46
+
47
+ lerobot_train \
48
+ --dataset.repo_id=hamidavatar/orange_hook_right_20260310 \
49
+ --policy.type=pi0_fast \
50
+ --policy.pretrained_path=lerobot/pi0fast-base \
51
+ --policy.repo_id=hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557 \
52
+ --policy.dtype=bfloat16 \
53
+ --policy.gradient_checkpointing=true \
54
+ --policy.chunk_size=10 \
55
+ --policy.n_action_steps=10 \
56
+ --policy.max_action_tokens=256 \
57
+ --policy.optimizer_lr=5e-05 \
58
+ --policy.optimizer_weight_decay=0.01 \
59
+ --policy.scheduler_warmup_steps=1000 \
60
+ --policy.scheduler_decay_steps=10000 \
61
+ --policy.scheduler_decay_lr=1e-6 \
62
+ --batch_size=8 \
63
+ --steps=10000 \
64
+ --save_freq=2000 \
65
+ --log_freq=100 \
66
+ --save_checkpoint=true \
67
+ --seed=1000 \
68
+ --num_workers=8 \
69
+ --output_dir=outputs/train/pi0fast \
70
+ --policy.push_to_hub=true \
71
+ --policy.private=true \
72
+
73
+ [Avatar] cudnn.benchmark=True, tf32=True
74
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557 (with per-step tags)
75
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
76
+ [Avatar] Installed corrupt-frame retry handler
77
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557 (with per-step tags)
78
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
79
+ [Avatar] Installed corrupt-frame retry handler
80
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557 (with per-step tags)
81
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
82
+ [Avatar] Installed corrupt-frame retry handler
83
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557 (with per-step tags)
84
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
85
+ [Avatar] Installed corrupt-frame retry handler
86
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
87
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
88
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
89
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
90
+ INFO 2026-03-11 05:58:06 ot_train.py:197 {'batch_size': 8,
91
+ 'checkpoint_path': None,
92
+ 'dataset': {'episodes': None,
93
+ 'image_transforms': {'enable': False,
94
+ 'max_num_transforms': 3,
95
+ 'random_order': False,
96
+ 'tfs': {'affine': {'kwargs': {'degrees': [-5.0,
97
+ 5.0],
98
+ 'translate': [0.05,
99
+ 0.05]},
100
+ 'type': 'RandomAffine',
101
+ 'weight': 1.0},
102
+ 'brightness': {'kwargs': {'brightness': [0.8,
103
+ 1.2]},
104
+ 'type': 'ColorJitter',
105
+ 'weight': 1.0},
106
+ 'contrast': {'kwargs': {'contrast': [0.8,
107
+ 1.2]},
108
+ 'type': 'ColorJitter',
109
+ 'weight': 1.0},
110
+ 'hue': {'kwargs': {'hue': [-0.05,
111
+ 0.05]},
112
+ 'type': 'ColorJitter',
113
+ 'weight': 1.0},
114
+ 'saturation': {'kwargs': {'saturation': [0.5,
115
+ 1.5]},
116
+ 'type': 'ColorJitter',
117
+ 'weight': 1.0},
118
+ 'sharpness': {'kwargs': {'sharpness': [0.5,
119
+ 1.5]},
120
+ 'type': 'SharpnessJitter',
121
+ 'weight': 1.0}}},
122
+ 'repo_id': 'hamidavatar/orange_hook_right_20260310',
123
+ 'revision': None,
124
+ 'root': None,
125
+ 'streaming': False,
126
+ 'use_imagenet_stats': True,
127
+ 'video_backend': 'torchcodec'},
128
+ 'env': None,
129
+ 'eval': {'batch_size': 50, 'n_episodes': 50, 'use_async_envs': False},
130
+ 'eval_freq': 20000,
131
+ 'job_name': 'pi0_fast',
132
+ 'log_freq': 100,
133
+ 'num_workers': 8,
134
+ 'optimizer': {'betas': [0.9, 0.95],
135
+ 'eps': 1e-08,
136
+ 'grad_clip_norm': 1.0,
137
+ 'lr': 5e-05,
138
+ 'type': 'adamw',
139
+ 'weight_decay': 0.01},
140
+ 'output_dir': 'outputs/train/pi0fast',
141
+ 'peft': None,
142
+ 'policy': {'action_expert_variant': 'gemma_300m',
143
+ 'action_tokenizer_name': 'physical-intelligence/fast',
144
+ 'chunk_size': 10,
145
+ 'compile_mode': 'max-autotune',
146
+ 'compile_model': False,
147
+ 'device': 'cuda',
148
+ 'dtype': 'bfloat16',
149
+ 'empty_cameras': 0,
150
+ 'fast_skip_tokens': 128,
151
+ 'gradient_checkpointing': True,
152
+ 'image_resolution': [224, 224],
153
+ 'input_features': {},
154
+ 'license': None,
155
+ 'max_action_dim': 32,
156
+ 'max_action_tokens': 256,
157
+ 'max_decoding_steps': 256,
158
+ 'max_state_dim': 32,
159
+ 'n_action_steps': 10,
160
+ 'n_obs_steps': 1,
161
+ 'normalization_mapping': {'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>,
162
+ 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>,
163
+ 'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>},
164
+ 'optimizer_betas': [0.9, 0.95],
165
+ 'optimizer_eps': 1e-08,
166
+ 'optimizer_grad_clip_norm': 1.0,
167
+ 'optimizer_lr': 5e-05,
168
+ 'optimizer_weight_decay': 0.01,
169
+ 'output_features': {},
170
+ 'paligemma_variant': 'gemma_2b',
171
+ 'pretrained_path': 'lerobot/pi0fast-base',
172
+ 'private': True,
173
+ 'push_to_hub': True,
174
+ 'repo_id': 'hamidavatar/pi0fast-orange-hook-right-b32-20260311-0557',
175
+ 'rtc_config': None,
176
+ 'scheduler_decay_lr': 1e-06,
177
+ 'scheduler_decay_steps': 10000,
178
+ 'scheduler_warmup_steps': 1000,
179
+ 'tags': None,
180
+ 'temperature': 0.0,
181
+ 'text_tokenizer_name': 'google/paligemma-3b-pt-224',
182
+ 'tokenizer_max_length': 200,
183
+ 'type': 'pi0_fast',
184
+ 'use_amp': False,
185
+ 'use_kv_cache': True,
186
+ 'use_peft': False,
187
+ 'validate_action_token_prefix': True},
188
+ 'rabc_epsilon': 1e-06,
189
+ 'rabc_head_mode': 'sparse',
190
+ 'rabc_kappa': 0.01,
191
+ 'rabc_progress_path': None,
192
+ 'rename_map': {},
193
+ 'resume': False,
194
+ 'save_checkpoint': True,
195
+ 'save_freq': 2000,
196
+ 'scheduler': {'decay_lr': 1e-06,
197
+ 'num_decay_steps': 10000,
198
+ 'num_warmup_steps': 1000,
199
+ 'peak_lr': 5e-05,
200
+ 'type': 'cosine_decay_with_warmup'},
201
+ 'seed': 1000,
202
+ 'steps': 10000,
203
+ 'tolerance_s': 0.0001,
204
+ 'use_policy_training_preset': True,
205
+ 'use_rabc': False,
206
+ 'wandb': {'disable_artifact': False,
207
+ 'enable': False,
208
+ 'entity': None,
209
+ 'mode': None,
210
+ 'notes': None,
211
+ 'project': 'lerobot',
212
+ 'run_id': None}}
213
+ INFO 2026-03-11 05:58:06 ot_train.py:205 Logs will be saved locally.
214
+ INFO 2026-03-11 05:58:06 ot_train.py:217 Creating dataset
215
+
216
+ INFO 2026-03-11 05:58:06 eo_utils.py:106 Using video codec: libsvtav1
217
+
218
+ NCCL version 2.26.2+cuda12.2
219
+ INFO 2026-03-11 05:58:36 ot_train.py:235 Creating policy
220
+ The PI0Fast model is a direct port of the OpenPI implementation.
221
+ This implementation follows the original OpenPI structure for compatibility.
222
+ Original implementation: https://github.com/Physical-Intelligence/openpi
223
+ The PI0Fast model is a direct port of the OpenPI implementation.
224
+ This implementation follows the original OpenPI structure for compatibility.
225
+ Original implementation: https://github.com/Physical-Intelligence/openpi
226
+ The PI0Fast model is a direct port of the OpenPI implementation.
227
+ This implementation follows the original OpenPI structure for compatibility.
228
+ Original implementation: https://github.com/Physical-Intelligence/openpi
229
+ The PI0Fast model is a direct port of the OpenPI implementation.
230
+ This implementation follows the original OpenPI structure for compatibility.
231
+ Original implementation: https://github.com/Physical-Intelligence/openpi
232
+ A new version of the following files was downloaded from https://huggingface.co/physical-intelligence/fast:
233
+ - processing_action_tokenizer.py
234
+ . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision.
235
+ INFO 2026-03-11 05:58:38 pi0_fast.py:837 Loaded FAST tokenizer for action detokenization
236
+ INFO 2026-03-11 05:59:22 pi0_fast.py:329 Enabled gradient checkpointing for PI0FastPytorch model
237
+ Loading model from: lerobot/pi0fast-base
238
+ ✓ Loaded state dict from model.safetensors
239
+ WARNING 2026-03-11 05:59:23 pi0_fast.py:991 Vision embedding key might need handling: model.paligemma_with_expert.paligemma.model.vision_tower.vision_model.embeddings.patch_embedding.bias
240
+ WARNING 2026-03-11 05:59:23 pi0_fast.py:991 Vision embedding key might need handling: model.paligemma_with_expert.paligemma.model.vision_tower.vision_model.embeddings.patch_embedding.weight
241
+ Loading model from: lerobot/pi0fast-base
242
+ ✓ Loaded state dict from model.safetensors
243
+ Loading model from: lerobot/pi0fast-base
244
+ ✓ Loaded state dict from model.safetensors
245
+ Loading model from: lerobot/pi0fast-base
246
+ ✓ Loaded state dict from model.safetensors
247
+ All keys loaded successfully!
248
+ All keys loaded successfully!
249
+ All keys loaded successfully!
250
+ All keys loaded successfully!
251
+ INFO 2026-03-11 05:59:32 ot_train.py:290 Creating optimizer and scheduler
252
+ INFO 2026-03-11 05:59:32 ot_train.py:325 Output dir: outputs/train/pi0fast
253
+ INFO 2026-03-11 05:59:32 ot_train.py:332 cfg.steps=10000 (10K)
254
+ INFO 2026-03-11 05:59:32 ot_train.py:333 dataset.num_frames=75507 (76K)
255
+ INFO 2026-03-11 05:59:32 ot_train.py:334 dataset.num_episodes=257
256
+ INFO 2026-03-11 05:59:32 ot_train.py:337 Effective batch size: 8 x 4 = 32
257
+ INFO 2026-03-11 05:59:32 ot_train.py:338 num_learnable_params=2923335408 (3B)
258
+ INFO 2026-03-11 05:59:32 ot_train.py:339 num_total_params=2923335408 (3B)
259
+
260
+ [rank3]: Traceback (most recent call last):
261
+ [rank3]: File "/tmp/train_pi0fast.py", line 313, in <module>
262
+ [rank3]: main()
263
+ [rank3]: File "/tmp/train_pi0fast.py", line 309, in main
264
+ [rank3]: lerobot_main()
265
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/scripts/lerobot_train.py", line 547, in main
266
+ [rank3]: train()
267
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/configs/parser.py", line 233, in wrapper_inner
268
+ [rank3]: response = fn(cfg, *args, **kwargs)
269
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
270
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/scripts/lerobot_train.py", line 409, in train
271
+ [rank3]: batch = next(dl_iter)
272
+ [rank3]: ^^^^^^^^^^^^^
273
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/utils.py", line 911, in cycle
274
+ [rank3]: yield next(iterator)
275
+ [rank3]: ^^^^^^^^^^^^^^
276
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/accelerate/data_loader.py", line 577, in __iter__
277
+ [rank3]: current_batch = next(dataloader_iter)
278
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^
279
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 733, in __next__
280
+ [rank3]: data = self._next_data()
281
+ [rank3]: ^^^^^^^^^^^^^^^^^
282
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 1515, in _next_data
283
+ [rank3]: return self._process_data(data, worker_id)
284
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
285
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 1550, in _process_data
286
+ [rank3]: data.reraise()
287
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/_utils.py", line 750, in reraise
288
+ [rank3]: raise exception
289
+ [rank3]: lerobot.datasets.video_utils.FrameTimestampError: Caught FrameTimestampError in DataLoader worker process 0.
290
+ [rank3]: Original Traceback (most recent call last):
291
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/worker.py", line 349, in _worker_loop
292
+ [rank3]: data = fetcher.fetch(index) # type: ignore[possibly-undefined]
293
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^
294
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/fetch.py", line 52, in fetch
295
+ [rank3]: data = [self.dataset[idx] for idx in possibly_batched_index]
296
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
297
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/fetch.py", line 52, in <listcomp>
298
+ [rank3]: data = [self.dataset[idx] for idx in possibly_batched_index]
299
+ [rank3]: ~~~~~~~~~~~~^^^^^
300
+ [rank3]: File "/tmp/train_pi0fast.py", line 107, in _safe_getitem
301
+ [rank3]: result = _orig_getitem(self, idx)
302
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
303
+ [rank3]: File "/tmp/train_pi0fast.py", line 63, in _getitem_with_text
304
+ [rank3]: item = _orig_getitem(self, idx)
305
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
306
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/lerobot_dataset.py", line 1101, in __getitem__
307
+ [rank3]: video_frames = self._query_videos(query_timestamps, ep_idx)
308
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
309
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/lerobot_dataset.py", line 1064, in _query_videos
310
+ [rank3]: frames = decode_video_frames(video_path, shifted_query_ts, self.tolerance_s, self.video_backend)
311
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
312
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/video_utils.py", line 150, in decode_video_frames
313
+ [rank3]: return decode_video_frames_torchcodec(video_path, timestamps, tolerance_s)
314
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
315
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/video_utils.py", line 362, in decode_video_frames_torchcodec
316
+ [rank3]: raise FrameTimestampError(
317
+ [rank3]: lerobot.datasets.video_utils.FrameTimestampError: One or several query timestamps unexpectedly violate the tolerance (tensor([1.3333]) > tolerance_s=0.0001). It means that the closest frame that can be loaded from the video is too far away in time. This might be due to synchronization issues with timestamps during data collection. To be safe, we advise to ignore this item during training.
318
+ [rank3]: queried timestamps: tensor([0.3000])
319
+ [rank3]: loaded timestamps: tensor([1.6333])
320
+ [rank3]: video: /root/.cache/huggingface/lerobot/hamidavatar/orange_hook_right_20260310/videos/observation.images.wrist/chunk-000/file-209.mp4
321
+
322
+ W0311 05:59:36.024000 2392 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2460 closing signal SIGTERM
323
+ W0311 05:59:36.025000 2392 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2461 closing signal SIGTERM
324
+ W0311 05:59:36.025000 2392 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2462 closing signal SIGTERM
325
+ E0311 05:59:36.030000 2392 torch/distributed/elastic/multiprocessing/api.py:874] failed (exitcode: 1) local_rank: 3 (pid: 2463) of binary: /usr/bin/python
326
+ Traceback (most recent call last):
327
+ File "/usr/local/bin/accelerate", line 8, in <module>
328
+ sys.exit(main())
329
+ ^^^^^^
330
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 50, in main
331
+ args.func(args)
332
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1396, in launch_command
333
+ multi_gpu_launcher(args)
334
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1023, in multi_gpu_launcher
335
+ distrib_run.run(args)
336
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/run.py", line 883, in run
337
+ elastic_launch(
338
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 139, in __call__
339
+ return launch_agent(self._config, self._entrypoint, list(args))
340
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
341
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 270, in launch_agent
342
+ raise ChildFailedError(
343
+ torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
344
+ ============================================================
345
+ /tmp/train_pi0fast.py FAILED
346
+ ------------------------------------------------------------
347
+ Failures:
348
+ <NO_OTHER_FAILURES>
349
+ ------------------------------------------------------------
350
+ Root Cause (first observed failure):
351
+ [0]:
352
+ time : 2026-03-11_05:59:36
353
+ host : 9fcf7db9d97f
354
+ rank : 3 (local_rank: 3)
355
+ exitcode : 1 (pid: 2463)
356
+ error_file: <N/A>
357
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
358
+ ============================================================
359
+
360
+ >>> Training finished with exit code 1
361
+ Ended: 2026-03-11 05:59:37 UTC
362
+ >>> Saving training log to HuggingFace...