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
88f6ba32
"vllm/vscode:/vscode.git/clone" did not exist on "44d02f54db522fc489d3590d5de9461a52621460"
Unverified
Commit
88f6ba32
authored
Feb 19, 2025
by
Kevin H. Luu
Committed by
GitHub
Feb 20, 2025
Browse files
[ci] Add AWS creds for AMD (#13572)
parent
512368e3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+4
-0
requirements-rocm.txt
requirements-rocm.txt
+2
-0
No files found.
.buildkite/run-amd-test.sh
View file @
88f6ba32
...
@@ -121,6 +121,8 @@ if [[ $commands == *"--shard-id="* ]]; then
...
@@ -121,6 +121,8 @@ if [[ $commands == *"--shard-id="* ]]; then
--rm
\
--rm
\
-e
HIP_VISIBLE_DEVICES
=
"
${
GPU
}
"
\
-e
HIP_VISIBLE_DEVICES
=
"
${
GPU
}
"
\
-e
HF_TOKEN
\
-e
HF_TOKEN
\
-e
AWS_ACCESS_KEY_ID
\
-e
AWS_SECRET_ACCESS_KEY
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
--name
"
${
container_name
}
_
${
GPU
}
"
\
--name
"
${
container_name
}
_
${
GPU
}
"
\
...
@@ -148,6 +150,8 @@ else
...
@@ -148,6 +150,8 @@ else
--rm
\
--rm
\
-e
HIP_VISIBLE_DEVICES
=
0
\
-e
HIP_VISIBLE_DEVICES
=
0
\
-e
HF_TOKEN
\
-e
HF_TOKEN
\
-e
AWS_ACCESS_KEY_ID
\
-e
AWS_SECRET_ACCESS_KEY
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-v
"
${
HF_CACHE
}
:
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
-e
"HF_HOME=
${
HF_MOUNT
}
"
\
--name
"
${
container_name
}
"
\
--name
"
${
container_name
}
"
\
...
...
requirements-rocm.txt
View file @
88f6ba32
...
@@ -10,3 +10,5 @@ ray >= 2.10.0
...
@@ -10,3 +10,5 @@ ray >= 2.10.0
peft
peft
pytest-asyncio
pytest-asyncio
tensorizer>=2.9.0
tensorizer>=2.9.0
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
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