Skip to content

Commit f0f83fd

Browse files
authored
Fix Gemma OpenVINO tests (#2402)
* Fix Gemma OpenVINO tests * Do the same for Gemma3
1 parent e5c4b1d commit f0f83fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

keras_hub/src/models/gemma/gemma_backbone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def __init__(
114114
scale=1.0,
115115
mode="fan_in",
116116
distribution="untruncated_normal",
117-
seed=None,
118117
),
119118
dtype=dtype,
120119
logit_soft_cap=final_logit_soft_cap,

keras_hub/src/models/gemma3/gemma3_backbone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def __init__(
210210
scale=1.0,
211211
mode="fan_in",
212212
distribution="untruncated_normal",
213-
seed=None,
214213
),
215214
dtype=dtype,
216215
logit_soft_cap=final_logit_soft_cap,

0 commit comments

Comments
 (0)