Commit 053cd33c authored by jameskrw's avatar jameskrw
Browse files

updated script

parent b4bf55aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ python3 -m vagen.trainer.main_ppo \
    data.train_batch_size=64 \
    data.max_prompt_length=1024 \
    data.max_response_length=150 \
    data.max_trajectory_length=2400 \
    data.max_trajectory_length=2200 \
    data.image_key=images \
    data.truncation=error \
    actor_rollout_ref.model.path=Qwen/Qwen2.5-VL-3B-Instruct \
@@ -44,7 +44,7 @@ python3 -m vagen.trainer.main_ppo \
    actor_rollout_ref.rollout.log_prob_micro_batch_size_per_gpu=1 \
    actor_rollout_ref.rollout.tensor_model_parallel_size=2 \
    actor_rollout_ref.rollout.name=vllm \
    actor_rollout_ref.rollout.gpu_memory_utilization=0.2 \
    actor_rollout_ref.rollout.gpu_memory_utilization=0.1 \
    actor_rollout_ref.rollout.enable_chunked_prefill=False \
    actor_rollout_ref.rollout.enforce_eager=False \
    actor_rollout_ref.rollout.free_cache_engine=False \