Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIR] Optimize computer vision example code #38712

Merged
merged 3 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update files
Update BUILD

Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed Aug 22, 2023
commit 59fa22b004af7dc673464f7a24029cc0b4afa0bb
13 changes: 1 addition & 12 deletions doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -200,22 +200,11 @@ py_test_run_all_subdirectory(
py_test_run_all_subdirectory(
size = "large",
include = ["source/ray-air/doc_code/*.py"],
exclude = [
# Too large. Use a custom test below.
"source/ray-air/doc_code/computer_vision.py",
],
exclude = [],
extra_srcs = [],
tags = ["exclusive", "team:ml"],
)

py_test(
size = "enormous",
name = "computer_vision_test",
main = "source/ray-air/doc_code/computer_vision.py",
srcs = ["source/ray-air/doc_code/computer_vision.py"],
tags = ["exclusive", "team:ml"],
)

# --------------------------------------------------------------------
# Test all doc/source/train/doc_code code included in rst/md files.
# --------------------------------------------------------------------
Expand Down
Loading