Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintao-Huang committed Dec 24, 2024
1 parent f8727b1 commit 9d46266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/train/multimodal/video.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# You can refer to `https://github.com/QwenLM/Qwen2-VL` for the meaning of the `VIDEO_MAX_PIXELS` parameter.
nproc_per_node=4

NPROC_PER_NODE=$nproc_per_node \
CUDA_VISIBLE_DEVICES=0,1,2,3 \
VIDEO_MAX_PIXELS=100352 \
FPS_MAX_FRAMES=24 \
NPROC_PER_NODE=$nproc_per_node \
VIDEO_MAX_PIXELS=50176 \
FPS_MAX_FRAMES=12 \
swift sft \
--model Qwen/QVQ-72B-Preview \
--dataset swift/VideoChatGPT:all \
Expand Down

0 comments on commit 9d46266

Please sign in to comment.