Skip to content

Commit

Permalink
[CI] second try of fixing vllm example in CI ray-project#36712
Browse files Browse the repository at this point in the history
fix //doc:source/serve/doc_code/vllm_example failure in CI
  • Loading branch information
scv119 committed Jun 22, 2023
1 parent d110154 commit 8e45d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ py_test_run_all_subdirectory(
"source/serve/doc_code/stable_diffusion.py",
"source/serve/doc_code/object_detection.py",
"source/serve/doc_code/streaming_example.py",
"source/serve/doc_code/vllm_example.py", # Requires GPU and CUDA
],
extra_srcs = [],
tags = ["exclusive", "team:serve"],
Expand Down Expand Up @@ -200,7 +201,6 @@ py_test_run_all_subdirectory(
"source/ray-air/doc_code/computer_vision.py",
"source/ray-air/doc_code/hf_trainer.py", # Too large
"source/ray-air/doc_code/predictors.py",
"source/serve/doc_code/vllm_example.py", # Requires GPU
],
extra_srcs = [],
tags = ["exclusive", "team:ml"],
Expand Down

0 comments on commit 8e45d2d

Please sign in to comment.