Warning OpType not found in params. Defaulting to nop params.
for OpTypes sine
, cosine
, and abs
#35
Labels
enhancement
New feature or request
When working to add the Phi-3 model to
tt-buda-demos
in this PR I received these warnings in my pipeline which seem to be impacting the results. This is for atorch
model usingtransformers
running on a Grayskull e75 on Ubuntu 20.04. The full code along with the system information can be found in that PR.Here are the different related warnings shown:
2024-07-21 17:48:48.253 | WARNING | Model - OpType 'abs' not found in params. Defaulting to nop params.
2024-07-21 17:48:41.827 | WARNING | Model - OpType 'cosine' not found in params. Defaulting to nop params.
2024-07-21 17:48:41.827 | WARNING | Model - OpType 'sine' not found in params. Defaulting to nop params.
Any guidance on how to resolve would be appreciated.
The text was updated successfully, but these errors were encountered: