We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b59f0 commit 976ede8Copy full SHA for 976ede8
keras/src/ops/nn_test.py
@@ -2450,7 +2450,8 @@ def test_dot_product_attention(
2450
if bias is not None:
2451
if backend.backend() in ("torch", "openvino"):
2452
self.skipTest(
2453
- "torch and openvino do not support `bias` with `dot_product_attention`"
+ "torch and openvino do not support `bias` with "
2454
+ "`dot_product_attention`"
2455
)
2456
bias = np.arange(math.prod(bias_shape), dtype=float).reshape(
2457
bias_shape
0 commit comments