Skip to content
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

is it possible to support portable build tools? #426

Open
frankyifei opened this issue Dec 2, 2024 · 1 comment
Open

is it possible to support portable build tools? #426

frankyifei opened this issue Dec 2, 2024 · 1 comment

Comments

@frankyifei
Copy link

frankyifei commented Dec 2, 2024

The installer is supposed to install every dependency inside the webui folder but one exception is Visual Studio. I don't want to install Visual Studio system wide as I use Portable Build Tools to manage my VS build tools and it is far more flexible. You can install Visual studio build tools anywhere you want. https://github.com/Data-Oriented-House/PortableBuildTools
One quirk of NVCC is that it is actively looking for vcvarsall.bat under VC/Auxiliary/Build/, but it can be a empty file, it does not do anything. Portable build tools does not install this file, have to put a empty vcvarsall.bat there. I have to do this to make torch compile work.

@rsxdalv
Copy link
Owner

rsxdalv commented Dec 2, 2024

Thank you, this could be a solution. Did you use it yourself on this project?
I generally try to have something that works without more fixing because there's not a lot of development resource, but I also want to support users using their own versions/configurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants