Skip to content

Commit 7df8c50

Browse files
committed
feat: added deleting vector_db and outputs
1 parent 1a2fe6c commit 7df8c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/experiments/generate_experiments.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ for METRIC in "${METRICS[@]}"; do
5353
fi
5454

5555
rm -rf runs/
56+
rm -rf outputs/
57+
rm -rf vector_db_*
5658

5759
echo "Processing dataset: $DATASET_NAME with metric: $METRIC"
5860
autointent data.train_path="$FILE" \

0 commit comments

Comments
 (0)