Skip to content

Commit f482c6a

Browse files
committed
fix **
1 parent 9af128e commit f482c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_models/hghub/hub_data_cached_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ def _ccached_hf_internal_testing_tiny_random_convnext():
13371337
def _ccached_fxmarty_tiny_random_gemmaforcausallm():
13381338
"fxmarty/tiny-random-GemmaForCausalLM"
13391339
return transformers.GemmaConfig(
1340-
{
1340+
**{
13411341
"architectures": ["GemmaForCausalLM"],
13421342
"attention_bias": false,
13431343
"attention_dropout": 0.0,

0 commit comments

Comments
 (0)