-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 init error on MAC #5821
Comments
related with #5801, @tensor-tang can you help to see it? |
i meet this on my develop machine(linux). |
What's the output with execute the command |
|
This is that |
由于num_sockets和num_cores_per_socket都只用了一次,因此在使用grep的时候可以不区分大小写:
|
写反了,应该是 |
when executing
paddle.init
on MAC, following errors occurred:It seems that
os.popen(cmds.get(platform.system(), "expr 1")
returnshw.physicalcpu: 2\n
rather than an integer.The text was updated successfully, but these errors were encountered: