Skip to content

Commit

Permalink
Update pytorch-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Aug 1, 2024
1 parent fca2e70 commit d9416c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11818,7 +11818,8 @@
{ "name": "attn_mask", "type": "Tensor", "optional": true, "default": null },
{ "name": "dropout_p", "type": "float32", "default": 0.0 },
{ "name": "is_causal", "type": "boolean", "default": false },
{ "name": "scale", "type": "float32", "optional": true, "default": null }
{ "name": "scale", "type": "float32", "optional": true, "default": null },
{ "name": "enable_gqa", "type": "boolean", "default": false }
],
"outputs": [
{ "type": "Tensor" }
Expand Down

0 comments on commit d9416c2

Please sign in to comment.