Skip to content

Commit

Permalink
Fix patch file path
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Dec 17, 2024
1 parent ca91968 commit d3ad5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/cuvs-bench/get_datasets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PACKAGE_FILE_PATH=$(python -c "import cuvs_bench; print(cuvs_bench.__file__)")
PACKAGE_DIR=$(dirname "$PACKAGE_FILE_PATH")

# Apply the patch
patch "$PACKAGE_DIR/get_dataset/__main__.py" < cuvs_bench_get_dataset.patch
patch "$PACKAGE_DIR/get_dataset/__main__.py" < /home/rapids/cuvs-bench/cuvs_bench_get_dataset.patch

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
Expand Down

0 comments on commit d3ad5f2

Please sign in to comment.