We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have following error when executing git submodule It looks like there's some setting issue with submodules.
git submodule
yasu@bishojo:~/oss/ATen$ git submodule fatal: no submodule mapping found in .gitmodules for path 'aten/src/ATen/cpu/cpuinfo'
The text was updated successfully, but these errors were encountered:
#203 looks like same issue. .gitmodules is missing.
.gitmodules
Sorry, something went wrong.
No branches or pull requests
I have following error when executing
git submodule
It looks like there's some setting issue with submodules.
The text was updated successfully, but these errors were encountered: