Skip to content

Commit 95fa050

Browse files
committed
fix PROJECT_ROOT
1 parent b76a697 commit 95fa050

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/scripts/build_scalellm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
PROJECT_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
4+
PROJECT_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
55
cd $PROJECT_ROOT
66

77
# set max cache size to 25GiB

.ci/scripts/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ensure_env PYTHON_VERSION
1313
ensure_env TORCH_VERSION
1414
ensure_env CUDA_VERSION
1515

16-
PROJECT_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
16+
PROJECT_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
1717

1818
export HOME=/tmp/home
1919
mkdir -p $HOME

.ci/scripts/run_pytest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ensure_env PYTHON_VERSION
1313
ensure_env TORCH_VERSION
1414
ensure_env CUDA_VERSION
1515

16-
PROJECT_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
16+
PROJECT_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
1717
cd "$PROJECT_ROOT"
1818

1919
export HOME=/tmp/home

0 commit comments

Comments
 (0)