how to resolve the issue of [W NNPACK.cpp:79] Could not initialize NNPACK! Reason: Unsupported hardware

I am trying to predict image classes using yolov5 model in m1 chip

while loading and calling the model, i am getting this error

  • tried these sources: but not able to set USE_NNPACK=0 while rebuilding torch
1 Related questions 1 How to get one series within a multilevel index in python pandas 178 How to get the first column of a pandas DataFrame as a Series? 71 Get particular row as series from pandas dataframe Related questions 1 How to get one series within a multilevel index in python pandas 178 How to get the first column of a pandas DataFrame as a Series? 71 Get particular row as series from pandas dataframe 3 Pandas dataframe from series of series 3 How to get dataframe index from series? 3 Get pandas series index in data 4 How to get pandas dataframe series name given a column value? 0 Cannot Get Series From Dataframe (Python) 3 Getting the columns of a pandas series 1 How to extract columns from neste pandas series Load 7 more related questions Show fewer related questions Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like