Skip to content

Commit

Permalink
Using /data/benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Oct 13, 2023
1 parent 0c7d64b commit f30a57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/raft_ann_benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ For GPU systems, where `$DATA_FOLDER` is a local folder where you want datasets
```bash
export DATA_FOLDER=path/to/store/datasets/and/results
docker run --gpus all --rm -it -u $(id -u) \
-v $DATA_FOLDER:/data/benchmarks/datasets/ \
-v $DATA_FOLDER:/data/benchmarks/ \
rapidsai/raft-ann-bench:23.12a-cuda11.8-py3.10 \
"--dataset deep-image-96-angular" \
"--normalize" \
Expand Down

0 comments on commit f30a57a

Please sign in to comment.