On Windows, install-deps.bat doesn't restore current directory to distro root. I have fixed.
Note that the source code seems there are no related issue on other OS. (i.e. Linux)
I didn't put cd %TORCH_DISTRO% after :END on purpose, because the setup succeed or fail messages look beautiful when it appear at last.
On Windows, install-deps.bat doesn't restore current directory to distro root. I have fixed. Note that the source code seems there are no related issue on other OS. (i.e. Linux)
I didn't put
cd %TORCH_DISTRO%
after:END
on purpose, because the setup succeed or fail messages look beautiful when it appear at last.Thanks.