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
a78c6ba7
Unverified
Commit
a78c6ba7
authored
Oct 10, 2024
by
Kevin H. Luu
Committed by
GitHub
Oct 10, 2024
Browse files
[ci/build] Add placeholder command for custom models test (#9262)
parent
fb870fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+2
-1
No files found.
.buildkite/test-pipeline.yaml
View file @
a78c6ba7
...
...
@@ -347,10 +347,11 @@ steps:
-
pytest -v -s models/encoder_decoder/language
-
pytest -v -s models/encoder_decoder/vision_language
# This test is used only in PR development phase to test individual models and should never run on main
-
label
:
Custom Models Test
#mirror_hardwares: [amd]
optional
:
true
commands
:
-
echo 'Testing custom models...'
# PR authors can temporarily add commands below to test individual models
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
...
...
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