Skip to content

Commit

Permalink
FIX remove unnecessary env variable in get dataset script
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Oct 17, 2024
1 parent 0f4b14b commit 12b0634
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions context/cuvs-bench/get_datasets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -eo pipefail

export CONDA_PREFIX=/opt/conda

python -m cuvs_bench.get_dataset --dataset deep-image-96-angular --normalize --dataset-path /home/rapids/preloaded_datasets
python -m cuvs_bench.get_dataset --dataset fashion-mnist-784-euclidean --dataset-path /home/rapids/preloaded_datasets
python -m cuvs_bench.get_dataset --dataset glove-50-angular --normalize --dataset-path /home/rapids/preloaded_datasets
Expand Down

0 comments on commit 12b0634

Please sign in to comment.