Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Prev Previous commit
Next Next commit
update
  • Loading branch information
Jintao-Huang committed Sep 16, 2025
commit 9e16106d87b4aea287fda777aa74d4f753170091
1 change: 0 additions & 1 deletion examples/train/packing/qwen2_5_vl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# For local datasets, it is recommended to use streaming: `--streaming true` (save memory)
# You can also use padding_free to avoid the space/time cost caused by multi-modal packing:
# https://github.com/modelscope/ms-swift/blob/main/examples/train/padding_free/sft.sh
pip install "transformers==4.51.*"

NPROC_PER_NODE=4 \
MAX_PIXELS=1003520 \
Expand Down
1 change: 0 additions & 1 deletion examples/train/packing/streaming.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 4 * 36GB
# A demo using the Hugging Face dataset
# The first model weights will be saved around step 70.
pip install "transformers==4.51.*"

NPROC_PER_NODE=4 \
MAX_PIXELS=1003520 \
Expand Down