hamidavatar commited on
Commit
30cbe4e
·
verified ·
1 Parent(s): 483d748

Upload training_20260311_040655_exit1.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_20260311_040655_exit1.log +125 -0
training_20260311_040655_exit1.log ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Avatar Training (fire-and-forget) ===
2
+ Script: train_pi0fast.py
3
+ Started: 2026-03-11 04:06:33 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 fixed_motion_simple --steps 5000 --batch-size 6 --lr 5e-5 --save-freq 1000 --push-to-hub --num-workers 8 --task-text move arm back and forth
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
+ usage: train_pi0fast.py [-h] --dataset
33
+ {fish_box_left_joint,simple_alpha_backforth}
34
+ [--steps STEPS] [--batch-size BATCH_SIZE] [--lr LR]
35
+ [--chunk-size CHUNK_SIZE] [--save-freq SAVE_FREQ]
36
+ [--log-freq LOG_FREQ] [--num-workers NUM_WORKERS]
37
+ [--seed SEED] [--push-to-hub]
38
+ [--pretrained-path PRETRAINED_PATH] [--wandb]
39
+ [--output-dir OUTPUT_DIR] --task-text TASK_TEXT
40
+ train_pi0fast.py: error: argument --dataset: invalid choice: 'fixed_motion_simple' (choose from 'fish_box_left_joint', 'simple_alpha_backforth')
41
+ usage: train_pi0fast.py [-h] --dataset
42
+ {fish_box_left_joint,simple_alpha_backforth}
43
+ [--steps STEPS] [--batch-size BATCH_SIZE] [--lr LR]
44
+ [--chunk-size CHUNK_SIZE] [--save-freq SAVE_FREQ]
45
+ [--log-freq LOG_FREQ] [--num-workers NUM_WORKERS]
46
+ [--seed SEED] [--push-to-hub]
47
+ [--pretrained-path PRETRAINED_PATH] [--wandb]
48
+ [--output-dir OUTPUT_DIR] --task-text TASK_TEXT
49
+ train_pi0fast.py: error: argument --dataset: invalid choice: 'fixed_motion_simple' (choose from 'fish_box_left_joint', 'simple_alpha_backforth')
50
+ usage: train_pi0fast.py [-h] --dataset
51
+ {fish_box_left_joint,simple_alpha_backforth}
52
+ [--steps STEPS] [--batch-size BATCH_SIZE] [--lr LR]
53
+ [--chunk-size CHUNK_SIZE] [--save-freq SAVE_FREQ]
54
+ [--log-freq LOG_FREQ] [--num-workers NUM_WORKERS]
55
+ [--seed SEED] [--push-to-hub]
56
+ [--pretrained-path PRETRAINED_PATH] [--wandb]
57
+ [--output-dir OUTPUT_DIR] --task-text TASK_TEXT
58
+ train_pi0fast.py: error: argument --dataset: invalid choice: 'fixed_motion_simple' (choose from 'fish_box_left_joint', 'simple_alpha_backforth')
59
+ usage: train_pi0fast.py [-h] --dataset
60
+ {fish_box_left_joint,simple_alpha_backforth}
61
+ [--steps STEPS] [--batch-size BATCH_SIZE] [--lr LR]
62
+ [--chunk-size CHUNK_SIZE] [--save-freq SAVE_FREQ]
63
+ [--log-freq LOG_FREQ] [--num-workers NUM_WORKERS]
64
+ [--seed SEED] [--push-to-hub]
65
+ [--pretrained-path PRETRAINED_PATH] [--wandb]
66
+ [--output-dir OUTPUT_DIR] --task-text TASK_TEXT
67
+ train_pi0fast.py: error: argument --dataset: invalid choice: 'fixed_motion_simple' (choose from 'fish_box_left_joint', 'simple_alpha_backforth')
68
+ E0311 04:06:54.963000 2395 torch/distributed/elastic/multiprocessing/api.py:874] failed (exitcode: 2) local_rank: 0 (pid: 2463) of binary: /usr/bin/python
69
+ Traceback (most recent call last):
70
+ File "/usr/local/bin/accelerate", line 8, in <module>
71
+ sys.exit(main())
72
+ ^^^^^^
73
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/accelerate_cli.py", line 50, in main
74
+ args.func(args)
75
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1396, in launch_command
76
+ multi_gpu_launcher(args)
77
+ File "/usr/local/lib/python3.11/dist-packages/accelerate/commands/launch.py", line 1023, in multi_gpu_launcher
78
+ distrib_run.run(args)
79
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/run.py", line 883, in run
80
+ elastic_launch(
81
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 139, in __call__
82
+ return launch_agent(self._config, self._entrypoint, list(args))
83
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
+ File "/usr/local/lib/python3.11/dist-packages/torch/distributed/launcher/api.py", line 270, in launch_agent
85
+ raise ChildFailedError(
86
+ torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
87
+ ============================================================
88
+ /tmp/train_pi0fast.py FAILED
89
+ ------------------------------------------------------------
90
+ Failures:
91
+ [1]:
92
+ time : 2026-03-11_04:06:54
93
+ host : ab6fe09eaab5
94
+ rank : 1 (local_rank: 1)
95
+ exitcode : 2 (pid: 2464)
96
+ error_file: <N/A>
97
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
98
+ [2]:
99
+ time : 2026-03-11_04:06:54
100
+ host : ab6fe09eaab5
101
+ rank : 2 (local_rank: 2)
102
+ exitcode : 2 (pid: 2465)
103
+ error_file: <N/A>
104
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
105
+ [3]:
106
+ time : 2026-03-11_04:06:54
107
+ host : ab6fe09eaab5
108
+ rank : 3 (local_rank: 3)
109
+ exitcode : 2 (pid: 2466)
110
+ error_file: <N/A>
111
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
112
+ ------------------------------------------------------------
113
+ Root Cause (first observed failure):
114
+ [0]:
115
+ time : 2026-03-11_04:06:54
116
+ host : ab6fe09eaab5
117
+ rank : 0 (local_rank: 0)
118
+ exitcode : 2 (pid: 2463)
119
+ error_file: <N/A>
120
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
121
+ ============================================================
122
+
123
+ >>> Training finished with exit code 1
124
+ Ended: 2026-03-11 04:06:55 UTC
125
+ >>> Saving training log to HuggingFace...