Cerebras/online-normalization

Issue with the line from online_norm_pytorch import _C

Scienceseb opened this issue · 2 comments

Hello!

I got the following error while using your online normalization pytorch.

ImportError: cannot import name '_C' from partially initialized module 'online_norm_pytorch' (most likely due to a circular import)

Also there is no _C file in online_norm_pytorch, so it is normal that the line :
from online_norm_pytorch import _C make the code crash. Where is this _C ?

Thanks for your help

Have u solved the problem? Seemingly l have met the same issue.

This looks like you didn't compile / install it correctly.
My answer would probably be similar to the answer here