Skip to content

Commit

Permalink
* hide unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Dec 6, 2024
1 parent 5715d93 commit 8f1b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark_performance/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MODALITIES=("text" "image" "video" "audio")
cd $BENCH_PATH

# 1. prepare dataset
wget http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/data_juicer/perf_bench_data/perf_bench_data.tar.gz && tar zxvf perf_bench_data.tar.gz
wget -q http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/data_juicer/perf_bench_data/perf_bench_data.tar.gz && tar zxf perf_bench_data.tar.gz

# 2. run the benchmark
for modality in ${MODALITIES[@]}
Expand Down

0 comments on commit 8f1b03b

Please sign in to comment.