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
d47af2bc
Unverified
Commit
d47af2bc
authored
Jun 15, 2024
by
Cyrus Leung
Committed by
GitHub
Jun 14, 2024
Browse files
[CI/Build] Disable LLaVA-NeXT CPU test (#5529)
parent
319ad7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.buildkite/run-cpu-test.sh
.buildkite/run-cpu-test.sh
+1
-2
No files found.
.buildkite/run-cpu-test.sh
View file @
d47af2bc
...
@@ -19,6 +19,5 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
...
@@ -19,6 +19,5 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
# Run basic model test
# Run basic model test
docker
exec
cpu-test bash
-c
"cd tests;
docker
exec
cpu-test bash
-c
"cd tests;
pip install pytest Pillow protobuf
pip install pytest Pillow protobuf
bash ../.buildkite/download-images.sh
cd ../
cd ../
pytest -v -s tests/models -
-ignore=tests/models/test_
llava
.py
--ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"
pytest -v -s tests/models -
m
\"
not
llava
\"
--ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"
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