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
2b0db9b0
Unverified
Commit
2b0db9b0
authored
May 12, 2025
by
Yang Wang
Committed by
GitHub
May 12, 2025
Browse files
Enable standard language model for torhc nightly (#18004)
Signed-off-by:
Yang Wang
<
elainewy@meta.com
>
parent
195adb47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
2b0db9b0
...
...
@@ -472,12 +472,14 @@ steps:
-
label
:
Language Models Test (Standard)
mirror_hardwares
:
[
amdexperimental
]
torch_nightly
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/language
commands
:
# Install causal-conv1d for plamo2 models here, as it is not compatible with pip-compile.
-
pip install 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.0.post8'
-
pip freeze | grep -E 'torch'
-
pytest -v -s models/language -m core_model
-
label
:
Language Models Test (Extended)
...
...
@@ -493,11 +495,13 @@ steps:
-
label
:
Multi-Modal Models Test (Standard)
mirror_hardwares
:
[
amdexperimental
]
torch_nightly
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pip freeze | grep -E 'torch'
-
pytest -v -s models/multimodal/processing
-
pytest -v -s --ignore models/multimodal/generation/test_whisper.py models/multimodal -m core_model
-
cd .. && pytest -v -s tests/models/multimodal/generation/test_whisper.py -m core_model
# Otherwise, mp_method="spawn" doesn't work
...
...
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