From aae1a517acd321565489bc27bde631f4ea7ad301 Mon Sep 17 00:00:00 2001 From: ldwang Date: Thu, 7 Nov 2024 12:06:46 +0800 Subject: [PATCH] Create revert_wds_shards.sh --- examples/vl_datasets/revert_wds_shards.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/vl_datasets/revert_wds_shards.sh diff --git a/examples/vl_datasets/revert_wds_shards.sh b/examples/vl_datasets/revert_wds_shards.sh new file mode 100644 index 00000000..ace257d4 --- /dev/null +++ b/examples/vl_datasets/revert_wds_shards.sh @@ -0,0 +1,4 @@ +wds_path=LLaVA-SFT-Variations/llava-ov-{0..66}.tar +output_path=LLaVA-SFT-Variations + +python revert_wds_shards.py --wds-path $wds_path --output-path $output_path