Signed-off-by: minmin-intel <minmin.hou@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <suyue.chen@intel.com>
7 lines
222 B
Bash
7 lines
222 B
Bash
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DATAPATH=$WORKDIR/TAG-Bench/tag_queries.csv
|
|
OUTFOLDER=$WORKDIR/TAG-Bench/query_by_db
|
|
python3 split_data.py --path $DATAPATH --output $OUTFOLDER
|