-
Notifications
You must be signed in to change notification settings - Fork 62
Windows install #4160
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
Comments
@fablevi thank you for reporting this. We definitely need to improve build experience for Windows. Will nightly wheels work for your situation? While we are working on this, could you please add more details on the issue: what didn't work, what is wrong with the instructions. |
Hey @pbchekin thank for reply :) Soo this is the code where i was stuck. $env:CMAKE_SHARED_LINKER_FLAGS = "/FORCE:MULTIPLE" The install torch srcipt somewhere was stuck. At the an it sad, the code try 100 times but can not install. I realy realy hope that you can somehow fix it. Or if you can make a wheel and an autobuild script for this this would be good. If you need anymore error i try to inform you about it, but the logs was too much. |
Small update for windows users: I donwloaded from the nightly link above. |
Another small updated: Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" $env:CMAKE_SHARED_LINKER_FLAGS = "/FORCE:MULTIPLE" || --
|
Describe the bug
Please create a better installer for windows, right now its pretty hard. I don't know if it 'cus the md file is wrong, or i miss something, but its hard.
Environment details
Intel ARC A770, win11, python3.10 and 3.13
The text was updated successfully, but these errors were encountered: