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

Upload training_20260311_065250_exit1.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_20260311_065250_exit1.log +105 -0
training_20260311_065250_exit1.log ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Avatar Training (fire-and-forget) ===
2
+ Script: train_pi0fast.py
3
+ Started: 2026-03-11 06:52:26 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
+ File "/tmp/train_pi0fast.py", line 331
33
+ ng=True)
34
+ ^
35
+ SyntaxError: unmatched ')'
36
+ File "/tmp/train_pi0fast.py", line 331
37
+ ng=True)
38
+ ^
39
+ SyntaxError: unmatched ')'
40
+ File "/tmp/train_pi0fast.py", line 331
41
+ ng=True)
42
+ ^
43
+ SyntaxError: unmatched ')'
44
+ File "/tmp/train_pi0fast.py", line 331
45
+ ng=True)
46
+ ^
47
+ SyntaxError: unmatched ')'
48
+ E0311 06:52:48.963000 2381 torch/distributed/elastic/multiprocessing/api.py:874] failed (exitcode: 1) local_rank: 0 (pid: 2449) of binary: /usr/bin/python
49
+ Traceback (most recent call last):
50
+ File "/usr/local/bin/accelerate", line 8, in <module>
51
+ sys.exit(main())
52
+ ^^^^^^
53
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 50, in main
54
+ args.func(args)
55
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1396, in launch_command
56
+ multi_gpu_launcher(args)
57
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1023, in multi_gpu_launcher
58
+ distrib_run.run(args)
59
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/run.py", line 883, in run
60
+ elastic_launch(
61
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 139, in __call__
62
+ return launch_agent(self._config, self._entrypoint, list(args))
63
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 270, in launch_agent
65
+ raise ChildFailedError(
66
+ torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
67
+ ============================================================
68
+ /tmp/train_pi0fast.py FAILED
69
+ ------------------------------------------------------------
70
+ Failures:
71
+ [1]:
72
+ time : 2026-03-11_06:52:48
73
+ host : f3019c136c38
74
+ rank : 1 (local_rank: 1)
75
+ exitcode : 1 (pid: 2450)
76
+ error_file: <N/A>
77
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
78
+ [2]:
79
+ time : 2026-03-11_06:52:48
80
+ host : f3019c136c38
81
+ rank : 2 (local_rank: 2)
82
+ exitcode : 1 (pid: 2451)
83
+ error_file: <N/A>
84
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
85
+ [3]:
86
+ time : 2026-03-11_06:52:48
87
+ host : f3019c136c38
88
+ rank : 3 (local_rank: 3)
89
+ exitcode : 1 (pid: 2452)
90
+ error_file: <N/A>
91
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
92
+ ------------------------------------------------------------
93
+ Root Cause (first observed failure):
94
+ [0]:
95
+ time : 2026-03-11_06:52:48
96
+ host : f3019c136c38
97
+ rank : 0 (local_rank: 0)
98
+ exitcode : 1 (pid: 2449)
99
+ error_file: <N/A>
100
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
101
+ ============================================================
102
+
103
+ >>> Training finished with exit code 1
104
+ Ended: 2026-03-11 06:52:50 UTC
105
+ >>> Saving training log to HuggingFace...