Skip to content

Commit c7b59f0

Browse files
Update keras/src/ops/nn_test.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 93fd96d commit c7b59f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/ops/nn_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@ def test_dot_product_attention(
24502450
if bias is not None:
24512451
if backend.backend() in ("torch", "openvino"):
24522452
self.skipTest(
2453-
"torch does not support `bias` with `dot_product_attention`"
2453+
"torch and openvino do not support `bias` with `dot_product_attention`"
24542454
)
24552455
bias = np.arange(math.prod(bias_shape), dtype=float).reshape(
24562456
bias_shape

0 commit comments

Comments
 (0)