Open XiaochunLiu opened 1 year ago
I install nni from soruce code in development mode on apple M1 by following instructions from https://nni.readthedocs.io/en/stable/notes/build_from_source.html
After install, I can import nni successfully. However, when I try some simple NAS tutorial in here https://nni.readthedocs.io/en/stable/tutorials/hello_nas.html
I fail to import sublibrary retiarii from nni.retiarii import model_wrapper
How should I solve the missing extra dependencies if I install from source code for M1? thank you for your help!
Do you solve this problem?if you finish this please give me some suggestion
I install nni from soruce code in development mode on apple M1 by following instructions from https://nni.readthedocs.io/en/stable/notes/build_from_source.html
After install, I can import nni successfully. However, when I try some simple NAS tutorial in here https://nni.readthedocs.io/en/stable/tutorials/hello_nas.html
I fail to import sublibrary retiarii from nni.retiarii import model_wrapper
How should I solve the missing extra dependencies if I install from source code for M1? thank you for your help!