hamidavatar commited on
Commit
2f38b7d
·
verified ·
1 Parent(s): 4c2adf4

Upload training_20260311_064111_exit1.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_20260311_064111_exit1.log +369 -0
training_20260311_064111_exit1.log ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Avatar Training (fire-and-forget) ===
2
+ Script: train_pi0fast.py
3
+ Started: 2026-03-11 06:38:40 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-0639
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-0639 \
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-0639 (with per-step tags)
75
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
76
+ [Avatar] Dataset timestamp tolerance set to 2.0s
77
+ [Avatar] Installed corrupt-frame retry handler
78
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0639 (with per-step tags)
79
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
80
+ [Avatar] Dataset timestamp tolerance set to 2.0s
81
+ [Avatar] Installed corrupt-frame retry handler
82
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0639 (with per-step tags)
83
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
84
+ [Avatar] Dataset timestamp tolerance set to 2.0s
85
+ [Avatar] Installed corrupt-frame retry handler
86
+ [Avatar] Checkpoint push enabled → hamidavatar/pi0fast-orange-hook-right-b32-20260311-0639 (with per-step tags)
87
+ [Avatar] Dataset task text patched → "pick up the orange flat package"
88
+ [Avatar] Dataset timestamp tolerance set to 2.0s
89
+ [Avatar] Installed corrupt-frame retry handler
90
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
91
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
92
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
93
+ WARNING:lerobot.configs.policies:Device 'None' is not available. Switching to 'cuda'.
94
+ INFO 2026-03-11 06:39:12 ot_train.py:197 {'batch_size': 8,
95
+ 'checkpoint_path': None,
96
+ 'dataset': {'episodes': None,
97
+ 'image_transforms': {'enable': False,
98
+ 'max_num_transforms': 3,
99
+ 'random_order': False,
100
+ 'tfs': {'affine': {'kwargs': {'degrees': [-5.0,
101
+ 5.0],
102
+ 'translate': [0.05,
103
+ 0.05]},
104
+ 'type': 'RandomAffine',
105
+ 'weight': 1.0},
106
+ 'brightness': {'kwargs': {'brightness': [0.8,
107
+ 1.2]},
108
+ 'type': 'ColorJitter',
109
+ 'weight': 1.0},
110
+ 'contrast': {'kwargs': {'contrast': [0.8,
111
+ 1.2]},
112
+ 'type': 'ColorJitter',
113
+ 'weight': 1.0},
114
+ 'hue': {'kwargs': {'hue': [-0.05,
115
+ 0.05]},
116
+ 'type': 'ColorJitter',
117
+ 'weight': 1.0},
118
+ 'saturation': {'kwargs': {'saturation': [0.5,
119
+ 1.5]},
120
+ 'type': 'ColorJitter',
121
+ 'weight': 1.0},
122
+ 'sharpness': {'kwargs': {'sharpness': [0.5,
123
+ 1.5]},
124
+ 'type': 'SharpnessJitter',
125
+ 'weight': 1.0}}},
126
+ 'repo_id': 'hamidavatar/orange_hook_right_20260310',
127
+ 'revision': None,
128
+ 'root': None,
129
+ 'streaming': False,
130
+ 'use_imagenet_stats': True,
131
+ 'video_backend': 'torchcodec'},
132
+ 'env': None,
133
+ 'eval': {'batch_size': 50, 'n_episodes': 50, 'use_async_envs': False},
134
+ 'eval_freq': 20000,
135
+ 'job_name': 'pi0_fast',
136
+ 'log_freq': 100,
137
+ 'num_workers': 8,
138
+ 'optimizer': {'betas': [0.9, 0.95],
139
+ 'eps': 1e-08,
140
+ 'grad_clip_norm': 1.0,
141
+ 'lr': 5e-05,
142
+ 'type': 'adamw',
143
+ 'weight_decay': 0.01},
144
+ 'output_dir': 'outputs/train/pi0fast',
145
+ 'peft': None,
146
+ 'policy': {'action_expert_variant': 'gemma_300m',
147
+ 'action_tokenizer_name': 'physical-intelligence/fast',
148
+ 'chunk_size': 10,
149
+ 'compile_mode': 'max-autotune',
150
+ 'compile_model': False,
151
+ 'device': 'cuda',
152
+ 'dtype': 'bfloat16',
153
+ 'empty_cameras': 0,
154
+ 'fast_skip_tokens': 128,
155
+ 'gradient_checkpointing': True,
156
+ 'image_resolution': [224, 224],
157
+ 'input_features': {},
158
+ 'license': None,
159
+ 'max_action_dim': 32,
160
+ 'max_action_tokens': 256,
161
+ 'max_decoding_steps': 256,
162
+ 'max_state_dim': 32,
163
+ 'n_action_steps': 10,
164
+ 'n_obs_steps': 1,
165
+ 'normalization_mapping': {'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>,
166
+ 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>,
167
+ 'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>},
168
+ 'optimizer_betas': [0.9, 0.95],
169
+ 'optimizer_eps': 1e-08,
170
+ 'optimizer_grad_clip_norm': 1.0,
171
+ 'optimizer_lr': 5e-05,
172
+ 'optimizer_weight_decay': 0.01,
173
+ 'output_features': {},
174
+ 'paligemma_variant': 'gemma_2b',
175
+ 'pretrained_path': 'lerobot/pi0fast-base',
176
+ 'private': True,
177
+ 'push_to_hub': True,
178
+ 'repo_id': 'hamidavatar/pi0fast-orange-hook-right-b32-20260311-0639',
179
+ 'rtc_config': None,
180
+ 'scheduler_decay_lr': 1e-06,
181
+ 'scheduler_decay_steps': 10000,
182
+ 'scheduler_warmup_steps': 1000,
183
+ 'tags': None,
184
+ 'temperature': 0.0,
185
+ 'text_tokenizer_name': 'google/paligemma-3b-pt-224',
186
+ 'tokenizer_max_length': 200,
187
+ 'type': 'pi0_fast',
188
+ 'use_amp': False,
189
+ 'use_kv_cache': True,
190
+ 'use_peft': False,
191
+ 'validate_action_token_prefix': True},
192
+ 'rabc_epsilon': 1e-06,
193
+ 'rabc_head_mode': 'sparse',
194
+ 'rabc_kappa': 0.01,
195
+ 'rabc_progress_path': None,
196
+ 'rename_map': {},
197
+ 'resume': False,
198
+ 'save_checkpoint': True,
199
+ 'save_freq': 2000,
200
+ 'scheduler': {'decay_lr': 1e-06,
201
+ 'num_decay_steps': 10000,
202
+ 'num_warmup_steps': 1000,
203
+ 'peak_lr': 5e-05,
204
+ 'type': 'cosine_decay_with_warmup'},
205
+ 'seed': 1000,
206
+ 'steps': 10000,
207
+ 'tolerance_s': 0.0001,
208
+ 'use_policy_training_preset': True,
209
+ 'use_rabc': False,
210
+ 'wandb': {'disable_artifact': False,
211
+ 'enable': False,
212
+ 'entity': None,
213
+ 'mode': None,
214
+ 'notes': None,
215
+ 'project': 'lerobot',
216
+ 'run_id': None}}
217
+ INFO 2026-03-11 06:39:12 ot_train.py:205 Logs will be saved locally.
218
+ INFO 2026-03-11 06:39:12 ot_train.py:217 Creating dataset
219
+
220
+ INFO 2026-03-11 06:39:13 eo_utils.py:106 Using video codec: libsvtav1
221
+
222
+ NCCL version 2.26.2+cuda12.2
223
+ INFO 2026-03-11 06:39:59 ot_train.py:235 Creating policy
224
+ The PI0Fast model is a direct port of the OpenPI implementation.
225
+ This implementation follows the original OpenPI structure for compatibility.
226
+ Original implementation: https://github.com/Physical-Intelligence/openpi
227
+ The PI0Fast model is a direct port of the OpenPI implementation.
228
+ This implementation follows the original OpenPI structure for compatibility.
229
+ Original implementation: https://github.com/Physical-Intelligence/openpi
230
+ The PI0Fast model is a direct port of the OpenPI implementation.
231
+ This implementation follows the original OpenPI structure for compatibility.
232
+ Original implementation: https://github.com/Physical-Intelligence/openpi
233
+ The PI0Fast model is a direct port of the OpenPI implementation.
234
+ This implementation follows the original OpenPI structure for compatibility.
235
+ Original implementation: https://github.com/Physical-Intelligence/openpi
236
+ A new version of the following files was downloaded from https://huggingface.co/physical-intelligence/fast:
237
+ - processing_action_tokenizer.py
238
+ . 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.
239
+ A new version of the following files was downloaded from https://huggingface.co/physical-intelligence/fast:
240
+ - processing_action_tokenizer.py
241
+ . 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.
242
+ INFO 2026-03-11 06:40:03 pi0_fast.py:837 Loaded FAST tokenizer for action detokenization
243
+ INFO 2026-03-11 06:40:52 pi0_fast.py:329 Enabled gradient checkpointing for PI0FastPytorch model
244
+ Loading model from: lerobot/pi0fast-base
245
+ ✓ Loaded state dict from model.safetensors
246
+ Loading model from: lerobot/pi0fast-base
247
+ ✓ Loaded state dict from model.safetensors
248
+ Loading model from: lerobot/pi0fast-base
249
+ ✓ Loaded state dict from model.safetensors
250
+ Loading model from: lerobot/pi0fast-base
251
+ ✓ Loaded state dict from model.safetensors
252
+ WARNING 2026-03-11 06:40:55 pi0_fast.py:991 Vision embedding key might need handling: model.paligemma_with_expert.paligemma.model.vision_tower.vision_model.embeddings.patch_embedding.bias
253
+ WARNING 2026-03-11 06:40:55 pi0_fast.py:991 Vision embedding key might need handling: model.paligemma_with_expert.paligemma.model.vision_tower.vision_model.embeddings.patch_embedding.weight
254
+ All keys loaded successfully!
255
+ All keys loaded successfully!
256
+ All keys loaded successfully!
257
+ All keys loaded successfully!
258
+ INFO 2026-03-11 06:41:04 ot_train.py:290 Creating optimizer and scheduler
259
+ INFO 2026-03-11 06:41:04 ot_train.py:325 Output dir: outputs/train/pi0fast
260
+ INFO 2026-03-11 06:41:04 ot_train.py:332 cfg.steps=10000 (10K)
261
+ INFO 2026-03-11 06:41:04 ot_train.py:333 dataset.num_frames=75507 (76K)
262
+ INFO 2026-03-11 06:41:04 ot_train.py:334 dataset.num_episodes=257
263
+ INFO 2026-03-11 06:41:04 ot_train.py:337 Effective batch size: 8 x 4 = 32
264
+ INFO 2026-03-11 06:41:04 ot_train.py:338 num_learnable_params=2923335408 (3B)
265
+ INFO 2026-03-11 06:41:04 ot_train.py:339 num_total_params=2923335408 (3B)
266
+
267
+ [rank3]: Traceback (most recent call last):
268
+ [rank3]: File "/tmp/train_pi0fast.py", line 328, in <module>
269
+ [rank3]: main()
270
+ [rank3]: File "/tmp/train_pi0fast.py", line 324, in main
271
+ [rank3]: lerobot_main()
272
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/scripts/lerobot_train.py", line 547, in main
273
+ [rank3]: train()
274
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/configs/parser.py", line 233, in wrapper_inner
275
+ [rank3]: response = fn(cfg, *args, **kwargs)
276
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
277
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/scripts/lerobot_train.py", line 409, in train
278
+ [rank3]: batch = next(dl_iter)
279
+ [rank3]: ^^^^^^^^^^^^^
280
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/utils.py", line 911, in cycle
281
+ [rank3]: yield next(iterator)
282
+ [rank3]: ^^^^^^^^^^^^^^
283
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/accelerate/data_loader.py", line 577, in __iter__
284
+ [rank3]: current_batch = next(dataloader_iter)
285
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^
286
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 733, in __next__
287
+ [rank3]: data = self._next_data()
288
+ [rank3]: ^^^^^^^^^^^^^^^^^
289
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 1515, in _next_data
290
+ [rank3]: return self._process_data(data, worker_id)
291
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
292
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py", line 1550, in _process_data
293
+ [rank3]: data.reraise()
294
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/_utils.py", line 750, in reraise
295
+ [rank3]: raise exception
296
+ [rank3]: lerobot.datasets.video_utils.FrameTimestampError: Caught FrameTimestampError in DataLoader worker process 0.
297
+ [rank3]: Original Traceback (most recent call last):
298
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/worker.py", line 349, in _worker_loop
299
+ [rank3]: data = fetcher.fetch(index) # type: ignore[possibly-undefined]
300
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^
301
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/fetch.py", line 52, in fetch
302
+ [rank3]: data = [self.dataset[idx] for idx in possibly_batched_index]
303
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
304
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/torch/utils/data/_utils/fetch.py", line 52, in <listcomp>
305
+ [rank3]: data = [self.dataset[idx] for idx in possibly_batched_index]
306
+ [rank3]: ~~~~~~~~~~~~^^^^^
307
+ [rank3]: File "/tmp/train_pi0fast.py", line 121, in _safe_getitem
308
+ [rank3]: result = _orig_getitem(self, idx)
309
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
310
+ [rank3]: File "/tmp/train_pi0fast.py", line 63, in _getitem_with_text
311
+ [rank3]: item = _orig_getitem(self, idx)
312
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^
313
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/lerobot_dataset.py", line 1101, in __getitem__
314
+ [rank3]: video_frames = self._query_videos(query_timestamps, ep_idx)
315
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
316
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/lerobot_dataset.py", line 1064, in _query_videos
317
+ [rank3]: frames = decode_video_frames(video_path, shifted_query_ts, self.tolerance_s, self.video_backend)
318
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/video_utils.py", line 150, in decode_video_frames
320
+ [rank3]: return decode_video_frames_torchcodec(video_path, timestamps, tolerance_s)
321
+ [rank3]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
322
+ [rank3]: File "/usr/local/lib/python3.11/dist-packages/lerobot/datasets/video_utils.py", line 362, in decode_video_frames_torchcodec
323
+ [rank3]: raise FrameTimestampError(
324
+ [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.
325
+ [rank3]: queried timestamps: tensor([0.3000])
326
+ [rank3]: loaded timestamps: tensor([1.6333])
327
+ [rank3]: video: /root/.cache/huggingface/lerobot/hamidavatar/orange_hook_right_20260310/videos/observation.images.wrist/chunk-000/file-209.mp4
328
+
329
+ W0311 06:41:08.891000 2417 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2485 closing signal SIGTERM
330
+ W0311 06:41:08.895000 2417 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2486 closing signal SIGTERM
331
+ W0311 06:41:08.899000 2417 torch/distributed/elastic/multiprocessing/api.py:900] Sending process 2487 closing signal SIGTERM
332
+ E0311 06:41:10.782000 2417 torch/distributed/elastic/multiprocessing/api.py:874] failed (exitcode: 1) local_rank: 3 (pid: 2488) of binary: /usr/bin/python
333
+ Traceback (most recent call last):
334
+ File "/usr/local/bin/accelerate", line 8, in <module>
335
+ sys.exit(main())
336
+ ^^^^^^
337
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 50, in main
338
+ args.func(args)
339
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1396, in launch_command
340
+ multi_gpu_launcher(args)
341
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1023, in multi_gpu_launcher
342
+ distrib_run.run(args)
343
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/run.py", line 883, in run
344
+ elastic_launch(
345
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 139, in __call__
346
+ return launch_agent(self._config, self._entrypoint, list(args))
347
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
348
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 270, in launch_agent
349
+ raise ChildFailedError(
350
+ torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
351
+ ============================================================
352
+ /tmp/train_pi0fast.py FAILED
353
+ ------------------------------------------------------------
354
+ Failures:
355
+ <NO_OTHER_FAILURES>
356
+ ------------------------------------------------------------
357
+ Root Cause (first observed failure):
358
+ [0]:
359
+ time : 2026-03-11_06:41:08
360
+ host : b1c71c7d39a4
361
+ rank : 3 (local_rank: 3)
362
+ exitcode : 1 (pid: 2488)
363
+ error_file: <N/A>
364
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
365
+ ============================================================
366
+
367
+ >>> Training finished with exit code 1
368
+ Ended: 2026-03-11 06:41:11 UTC
369
+ >>> Saving training log to HuggingFace...