Upload sample.sh with huggingface_hub
Browse files
sample.sh
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python sample.py \
|
| 2 |
+
--src_dir /DATA_EDS2/shenlc2403/zsn/ICLR_bench/iclr2025/files/iclr2025_parallel2/MLLM/poster \
|
| 3 |
+
--csv_path /DATA_EDS2/shenlc2403/zsn/ICLR_bench/iclr2025/files/iclr2025_parallel2/MLLM/poster.csv \
|
| 4 |
+
--dst_dir /DATA_EDS2/shenlc2403/zsn/ICLR_bench/iclr2025_bench/MLLM/poster \
|
| 5 |
+
-n 40
|