Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
0adba915
Unverified
Commit
0adba915
authored
Apr 05, 2025
by
Kevin H. Luu
Committed by
GitHub
Apr 05, 2025
Browse files
[CI] Fix benchmark script level (#16089)
parent
4285e423
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.buildkite/scripts/run-benchmarks.sh
.buildkite/scripts/run-benchmarks.sh
+2
-2
No files found.
.buildkite/scripts/run-benchmarks.sh
View file @
0adba915
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
set
-ex
set
-ex
set
-o
pipefail
set
-o
pipefail
# cd
into parent directory of this file
# cd
2 levels into the working directory
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/.."
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
/..
"
(
which wget
&&
which curl
)
||
(
apt-get update
&&
apt-get
install
-y
wget curl
)
(
which wget
&&
which curl
)
||
(
apt-get update
&&
apt-get
install
-y
wget curl
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment