devboxbackup / exp /soft_label_10k /tivila_trainer.log
jasonfan's picture
Add files using upload-large-folder tool
07e7040 verified
[2026-03-17 07:45:31,011][abbie][INFO] - trainer:
project_name: qwen3_vl_soft
experiment_name: soft_label_10k
output_path: /mnt/bn/bohanzhainas1/jiashuo/exp/soft_label_10k
resume_path: null
log_interval: 1
checkpoint_interval: 1000
checkpoint_hf_model: true
save_final_model: true
gc_interval: null
pp: 1
ep: 1
sp: 1
seed: 1729
deterministic: true
profile_mode: false
debug_steps: null
data:
patterns:
- - /mnt/hdfs/byte_tt_data_cu_vagcp/haogeng.liu/new_policy7w_v2_reformat
- 100%
iterable: true
max_seq_len: 8192
num_training_steps: 10000
num_epoch: 1
chunks_per_step: 8
micro_batch_size: 1
is_continuous_batch: true
max_tokens_per_batch: 8192
max_samples_per_batch: 64
pad_to_multiple_of: 1
num_workers: 8
seed: 52
shuffle: true
allow_skip_files: true
transform_extra_kwargs:
allow_skip: true
image_min_pixels: null
image_max_pixels: 16777216
video_min_pixels: null
video_max_pixels: 307200
video_min_frames: null
video_max_frames: 32
dataset_meta_paths: null
data_source_metas: null
prefetch: true
multi_source_configs: null
model:
template_path: null
pretrained_path: /mnt/bn/bohanzhainas1/jiashuo/exp/new_policy7w_v2_reformat/checkpoint-1700/hf_model
tokenizer_path: /mnt/bn/bohanzhainas1/jiashuo/exp/new_policy7w_v2_reformat/checkpoint-1700/hf_model
max_seq_len: 8192
loss_type: fused_sample_ce
use_soft_labels: true
aux_loss_coef: null
z_loss_coef: null
recompute_norm: true
recompute_attn_up_proj: true
recompute_attn_down_proj: true
recompute_attn: true
recompute_mlp: true
recompute_mlp_act: true
recompute_dispatch: true
recompute_visual: true
activation_offloading: false
visual_activation_offloading: true
token_dispatch_method: all-to-all
pp_distributed_dataloading: false
decoder_first_pipeline_num_layers: null
decoder_last_pipeline_num_layers: null
freeze_decoder_vocab: false
freeze_decoder_but_last_n_layers: null
freeze_visual_encoder: false
freeze_visual_aligner: false
global_attention_interval: null
local_attention_window: null
optim:
lr: 1.0e-05
visual_lr: 1.0e-05
lr_warmup_steps_ratio: 0.1
lr_schedule: cosine
weight_decay: 0.0
adam_beta1: 0.9
adam_beta2: 0.999
disable_optimizer: false
[2026-03-17 07:45:31,011][abbie][INFO] - Creating dataloader
[2026-03-17 07:45:33,287][abbie][INFO] - Loading model from /mnt/bn/bohanzhainas1/jiashuo/exp/new_policy7w_v2_reformat/checkpoint-1700/hf_model
[2026-03-17 07:46:44,264][abbie][INFO] - Model loaded mem_alloc=16.3GB
[2026-03-17 07:46:44,570][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,571][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,571][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,572][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,572][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,573][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,573][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,574][abbie][INFO] - trainable_params=8.767B total_params=8.767B
[2026-03-17 07:46:44,907][abbie][INFO] - Optimizers created mem_alloc=24.2GB
[2026-03-17 07:46:49,565][abbie][INFO] - Start training from 0/10000
[2026-03-17 07:46:49,566][abbie][INFO] - mem_alloc=24.2GB
[2026-03-17 07:46:49,566][abbie][INFO] - mem_reserved=24.3GB
[Rank 6 - Worker 6] 2026-03-17 07:54:07,855 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 4] 2026-03-17 07:57:43,432 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 2] 2026-03-17 08:04:01,155 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 6] 2026-03-17 08:05:01,666 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 5] 2026-03-17 08:05:24,774 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 2 - Worker 3] 2026-03-17 08:13:52,976 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 1 - Worker 1] 2026-03-17 08:15:19,190 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 1] 2026-03-17 08:16:21,567 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 0] 2026-03-17 08:16:43,352 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 7] 2026-03-17 08:17:43,385 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 3] 2026-03-17 08:18:40,020 - root - WARNING - Skipped sample due to image file is truncated (17 bytes not processed): Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 332, in process_conversation
frames = [decode_image_base64(b) for b in part["video"]]
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 332, in <listcomp>
frames = [decode_image_base64(b) for b in part["video"]]
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 106, in decode_image_base64
return Image.open(bio).convert("RGB")
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/PIL/Image.py", line 967, in convert
self.load()
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/PIL/ImageFile.py", line 403, in load
raise OSError(msg)
OSError: image file is truncated (17 bytes not processed)
[Rank 6 - Worker 6] 2026-03-17 08:21:02,121 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 1 - Worker 3] 2026-03-17 08:22:00,465 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 0] 2026-03-17 08:22:00,711 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 4] 2026-03-17 08:23:42,373 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 4 - Worker 3] 2026-03-17 08:28:28,450 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 2] 2026-03-17 08:28:40,989 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 1] 2026-03-17 08:33:46,013 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 4] 2026-03-17 08:33:46,026 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 1 - Worker 1] 2026-03-17 08:34:45,995 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 2] 2026-03-17 08:36:19,093 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 0] 2026-03-17 08:36:39,159 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 7] 2026-03-17 08:58:38,863 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 5] 2026-03-17 09:02:11,634 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 0] 2026-03-17 09:05:18,355 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 7] 2026-03-17 09:06:30,485 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 1] 2026-03-17 09:12:54,532 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 1 - Worker 5] 2026-03-17 09:17:27,102 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 2 - Worker 7] 2026-03-17 09:22:24,266 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 5 - Worker 1] 2026-03-17 09:24:59,467 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 5] 2026-03-17 09:30:32,198 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 7] 2026-03-17 09:31:56,012 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 2 - Worker 0] 2026-03-17 09:33:41,390 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 5] 2026-03-17 09:35:17,812 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 5] 2026-03-17 09:39:24,088 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 2] 2026-03-17 09:42:44,257 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 2 - Worker 0] 2026-03-17 09:43:42,428 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 6] 2026-03-17 09:53:54,355 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 6] 2026-03-17 10:02:55,786 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 2] 2026-03-17 10:06:42,706 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 4] 2026-03-17 10:07:17,710 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 5] 2026-03-17 10:11:25,626 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 3 - Worker 1] 2026-03-17 10:11:36,836 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 1 - Worker 3] 2026-03-17 10:12:47,839 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 0] 2026-03-17 10:13:34,495 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 3] 2026-03-17 10:14:12,657 - root - WARNING - Skipped sample due to image file is truncated (17 bytes not processed): Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 332, in process_conversation
frames = [decode_image_base64(b) for b in part["video"]]
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 332, in <listcomp>
frames = [decode_image_base64(b) for b in part["video"]]
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 106, in decode_image_base64
return Image.open(bio).convert("RGB")
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/PIL/Image.py", line 967, in convert
self.load()
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/PIL/ImageFile.py", line 403, in load
raise OSError(msg)
OSError: image file is truncated (17 bytes not processed)
[Rank 1 - Worker 1] 2026-03-17 10:15:34,722 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 0] 2026-03-17 10:15:57,640 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 0 - Worker 4] 2026-03-17 10:18:07,436 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 6 - Worker 6] 2026-03-17 10:18:44,261 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0
[Rank 7 - Worker 7] 2026-03-17 10:22:30,149 - root - WARNING - Skipped sample due to max_workers must be greater than 0: Traceback (most recent call last):
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 473, in preprocess
return self._preprocess(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 457, in _preprocess
sample = self.process_conversation(item)
File "/mnt/bn/bohanzhainas1/jiashuo/playground/Abbie-orig-soft/trainer_utils/tivila_transform.py", line 360, in process_conversation
images, videos, video_kwargs = process_vision_info(
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 517, in process_vision_info
video_input, video_sample_fps = fetch_video(vision_info, return_video_sample_fps=True,
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/site-packages/qwen_vl_utils/vision_process.py", line 423, in fetch_video
with ThreadPoolExecutor(max_workers=max_workers) as executor:
File "/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/lib/python3.10/concurrent/futures/thread.py", line 144, in __init__
raise ValueError("max_workers must be greater than 0")
ValueError: max_workers must be greater than 0