Skip to content

Commit d0777a8

Browse files
committed
renamed file name
1 parent deddaff commit d0777a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/scripts/run-sglang-performance-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -o pipefail
1111

1212
# Source common functions
1313
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
14-
source "${SCRIPT_DIR}/common_functions.sh"
14+
source "${SCRIPT_DIR}/utilities.sh"
1515

1616
# The helper functions and their implementations are referred from the implementation
1717
# of the run-performance-benchmarks.sh script in the official vllm repo

.github/scripts/run_vllm_profiling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eux
33

44
# Source common functions
55
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6-
source "${SCRIPT_DIR}/common_functions.sh"
6+
source "${SCRIPT_DIR}/utilities.sh"
77

88
print_configuration() {
99
echo 'Running vLLM profiling with the following configuration:'

0 commit comments

Comments
 (0)