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

Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
scv119 authored and arvind-chandra committed Aug 31, 2023
1 parent 2af1e4c commit a8d2d3a
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 a8d2d3a

Please sign in to comment.