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 9af128e commit f482c6aCopy full SHA for f482c6a
onnx_diagnostic/torch_models/hghub/hub_data_cached_configs.py
@@ -1337,7 +1337,7 @@ def _ccached_hf_internal_testing_tiny_random_convnext():
1337
def _ccached_fxmarty_tiny_random_gemmaforcausallm():
1338
"fxmarty/tiny-random-GemmaForCausalLM"
1339
return transformers.GemmaConfig(
1340
- {
+ **{
1341
"architectures": ["GemmaForCausalLM"],
1342
"attention_bias": false,
1343
"attention_dropout": 0.0,
0 commit comments