Skip to content

Commit

Permalink
Add in missing operators for llama run (#70)
Browse files Browse the repository at this point in the history
* Add in missing operators for llama run

* Add simplified layer norm ops
  • Loading branch information
TedThemistokleous authored Oct 15, 2024
1 parent ad60c03 commit 36ab4b9
Showing 1 changed file with 5 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 Expand Up @@ -903,8 +906,10 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"Shape",
"Sigmoid",
"Sign",
"SimplifiedLayerNormalization",
"Sin",
"Sinh",
"SkipSimplifiedLayerNormalization",
"Slice",
"Softmax",
"SoftmaxCrossEntropyLoss",
Expand Down

0 comments on commit 36ab4b9

Please sign in to comment.