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
478aed58
Unverified
Commit
478aed58
authored
May 07, 2024
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
May 07, 2024
Browse files
[Build/CI] Fixing 'docker run' to re-enable AMD CI tests. (#4642)
parent
63575bc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+1
-1
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-4
.buildkite/test-template.j2
.buildkite/test-template.j2
+1
-1
No files found.
.buildkite/run-amd-test.sh
View file @
478aed58
...
...
@@ -40,5 +40,5 @@ docker run \
-e
HF_TOKEN
\
--name
${
container_name
}
\
${
container_name
}
\
/bin/bash
-c
$(
echo
$1
|
sed
"s/^'//"
|
sed
"s/'
$/
/"
)
/bin/bash
-c
"
${
@
}
"
.buildkite/test-pipeline.yaml
View file @
478aed58
...
...
@@ -48,7 +48,7 @@ steps:
-
pytest -v -s test_pynccl.py
-
label
:
Engine Test
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
command
:
pytest -v -s engine tokenization test_sequence.py test_config.py test_logger.py
-
label
:
Entrypoints Test
...
...
@@ -73,13 +73,13 @@ steps:
parallelism
:
4
-
label
:
Models Test
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
commands
:
-
bash ../.buildkite/download-images.sh
-
pytest -v -s models --ignore=models/test_llava.py --ignore=models/test_mistral.py
-
label
:
Llava Test
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
commands
:
-
bash ../.buildkite/download-images.sh
-
pytest -v -s models/test_llava.py
...
...
@@ -101,7 +101,7 @@ steps:
command
:
pytest -v -s worker
-
label
:
Speculative decoding tests
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
command
:
pytest -v -s spec_decode
-
label
:
LoRA Test %N
...
...
.buildkite/test-template.j2
View file @
478aed58
...
...
@@ -26,7 +26,7 @@ steps:
- label: "AMD: {{ step.label }}"
agents:
queue: amd
command: bash .buildkite/run-amd-test.sh "
'
cd {{ (step.working_dir or default_working_dir) | safe }}
&&
{{ step.command or (step.commands | join(
' && '
)) | safe }}
'
"
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }}
;
{{ step.command or (step.commands | join(
" ; "
)) | safe }}"
env:
DOCKER_BUILDKIT: "1"
{% endif %}
...
...
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