Skip to content

Commit

Permalink
Fix GPU Tests (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb committed Dec 11, 2023
1 parent e4fbbe0 commit 467f19d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ then
keras_cv/models/object_detection/yolo_v8 \
keras_cv/models/object_detection_3d \
keras_cv/models/segmentation \
keras_cv/models/stable_diffusion \
--cov=keras-cv
keras_cv/models/stable_diffusion
else
pytest --check_gpu --run_large --durations 0 \
keras_cv/bounding_box \
Expand All @@ -78,6 +77,5 @@ else
keras_cv/models/object_detection/yolo_v8 \
keras_cv/models/object_detection_3d \
keras_cv/models/segmentation \
keras_cv/models/stable_diffusion \
--cov=keras-cv
keras_cv/models/stable_diffusion
fi

0 comments on commit 467f19d

Please sign in to comment.