Skip to content

Commit f524ed4

Browse files
committed
give EXAONE functional test 2 GPUs on GB200
Signed-off-by: sangHa0411 <sangha110495@gmail.com>
1 parent d174485 commit f524ed4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/functional_tests/launch_scripts/gb200/active/L2_Launch_models_exaone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -xeuo pipefail
1818

1919
REPO_ROOT=$(cd "$(dirname "$0")/../../../../.." && pwd)
20-
export CUDA_VISIBLE_DEVICES="${CUDA_VISIBLE_DEVICES:-0}"
20+
export CUDA_VISIBLE_DEVICES="0,1"
2121

2222
uv run coverage run --data-file="${REPO_ROOT}/.coverage" --source="${REPO_ROOT}" --parallel-mode -m pytest \
2323
-o log_cli=true -o log_cli_level=INFO -v -s -x -m "not pleasefixme" --tb=short -rA \

tests/functional_tests/launch_scripts/h100/active/L2_Launch_models_exaone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -xeuo pipefail
1818

1919
REPO_ROOT=$(cd "$(dirname "$0")/../../../../.." && pwd)
20-
export CUDA_VISIBLE_DEVICES="${CUDA_VISIBLE_DEVICES:-0}"
20+
export CUDA_VISIBLE_DEVICES="0,1"
2121

2222
uv run coverage run --data-file="${REPO_ROOT}/.coverage" --source="${REPO_ROOT}" --parallel-mode -m pytest \
2323
-o log_cli=true -o log_cli_level=INFO -v -s -x -m "not pleasefixme" --tb=short -rA \

0 commit comments

Comments
 (0)