Skip to content

Commit

Permalink
[ci/build] Add placeholder command for custom models test (vllm-proje…
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Oct 10, 2024
1 parent fb870fd commit a78c6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit a78c6ba

Please sign in to comment.