Skip to content

Commit

Permalink
Update start.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Jun 18, 2024
1 parent 4c1ae41 commit 087f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Base Setup
source ./env/bin/activate
pip install -e milabench/
export MILABENCH_WORDIR="$(pwd)"
export MILABENCH_BASE="$MILABENCH_WORDIR /results"
export MILABENCH_BASE="$MILABENCH_WORDIR/results"
export MILABENCH_CONFIG="$MILABENCH_WORDIR/milabench/config/standard.yaml"
export BENCHMARK_VENV="$MILABENCH_WORDIR/results/venv/torch"
module load cuda/12.3.2 # <= or set CUDA_HOME to the right spot
Expand Down

0 comments on commit 087f22c

Please sign in to comment.