Skip to content

Commit

Permalink
Add in missing operators for llama run
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Oct 11, 2024
1 parent b859361 commit 85769ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"GlobalMaxPool",
"Greater",
"GreaterOrEqual",
"GroupQueryAttention",
"HardSigmoid",
"HardSwish",
"Identity",
Expand All @@ -852,6 +853,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"LSTM",
"MatMul",
"MatMulInteger",
"MatMulNBits",
"Max",
"MaxPool",
"Mean",
Expand All @@ -860,6 +862,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"Mul",
"Multinomial",
"Neg",
"NegativeLogLikelihoodLoss",
"NonMaxSuppression",
"NonZero",
"Not",
Expand Down

0 comments on commit 85769ad

Please sign in to comment.