hamidavatar commited on
Commit
4ee0490
·
verified ·
1 Parent(s): 010cc29

Upload training_20260311_013915_exit2.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_20260311_013915_exit2.log +39 -0
training_20260311_013915_exit2.log ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Avatar Training (fire-and-forget) ===
2
+ Script: train_pi0fast.py
3
+ Started: 2026-03-11 01:38:33 UTC
4
+
5
+ >>> [0/4] Raising file descriptor limit...
6
+ ulimit -n = 1048576
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 `avatar` 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: 1x NVIDIA A100-SXM4-80GB
23
+ >>> [4/4] Launching accelerate with 1 GPUs...
24
+ Script: train_pi0fast.py
25
+ Train args: --dataset fixed_motion_simple --steps 5000 --batch-size 4 --save-freq 1000 --push-to-hub --task-text move arm back and forth
26
+
27
+ usage: train_pi0fast.py [-h] --dataset
28
+ {fish_box_left_joint,simple_alpha_backforth,fixed_motion_simple}
29
+ [--steps STEPS] [--batch-size BATCH_SIZE] [--lr LR]
30
+ [--chunk-size CHUNK_SIZE] [--save-freq SAVE_FREQ]
31
+ [--log-freq LOG_FREQ] [--num-workers NUM_WORKERS]
32
+ [--seed SEED] [--push-to-hub]
33
+ [--pretrained-path PRETRAINED_PATH] [--wandb]
34
+ [--output-dir OUTPUT_DIR] --task-text TASK_TEXT
35
+ train_pi0fast.py: error: unrecognized arguments: arm back and forth
36
+
37
+ >>> Training finished with exit code 2
38
+ Ended: 2026-03-11 01:39:15 UTC
39
+ >>> Saving training log to HuggingFace...