File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /.." && pwd) "
4+ PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /../.. " && pwd) "
55cd $PROJECT_ROOT
66
77# set max cache size to 25GiB
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ensure_env PYTHON_VERSION
1313ensure_env TORCH_VERSION
1414ensure_env CUDA_VERSION
1515
16- PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /.." && pwd) "
16+ PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /../.. " && pwd) "
1717
1818export HOME=/tmp/home
1919mkdir -p $HOME
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ensure_env PYTHON_VERSION
1313ensure_env TORCH_VERSION
1414ensure_env CUDA_VERSION
1515
16- PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /.." && pwd) "
16+ PROJECT_ROOT=" $( cd " $( dirname " $0 " ) /../.. " && pwd) "
1717cd " $PROJECT_ROOT "
1818
1919export HOME=/tmp/home
You can’t perform that action at this time.
0 commit comments