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

WEBUI.SH - Use torch 2.1.0 release candidate for Navi 3 #12929

Merged
merged 1 commit into from
Sep 9, 2023
Merged

WEBUI.SH - Use torch 2.1.0 release candidate for Navi 3 #12929

merged 1 commit into from
Sep 9, 2023

Conversation

Beinsezii
Copy link
Contributor

With the release candidates being out for both torch and vision, webui should default to these over nightly for a more stable experience.

Stable release isn't excpected until October 4th:
https://dev-discuss.pytorch.org/c/release-announcements/27

With the release candidates being out for both torch and vision,
webui should default to these over nightly for a more stable experience.

Stable release isn't excpected until October 4th:
https://dev-discuss.pytorch.org/c/release-announcements/27
@Beinsezii Beinsezii marked this pull request as draft September 1, 2023 07:53
@Beinsezii
Copy link
Contributor Author

Beinsezii commented Sep 1, 2023

Converting to draft cause I'm getting segfaults all of a sudden. Not closing as it might be isolated to my local machine.

@Beinsezii Beinsezii marked this pull request as ready for review September 1, 2023 08:23
@Beinsezii
Copy link
Contributor Author

It was indeed my system, specifically my BIOS just casually forgot some of my graphic device settings. Don't buy MSI's AM5 boards...

@JulianVolodia
Copy link

It was indeed my system, specifically my BIOS just casually forgot some of my graphic device settings. Don't buy MSI's AM5 boards...

any more info regarding that?

@Beinsezii
Copy link
Contributor Author

Beinsezii commented Sep 5, 2023

I disable my integrated graphics in BIOS because some applications assume that the 2nd GPU is always your high power one (for laptops?) and try to use it instead of my 7900 XTX. Motherboard just decided to stop disabling it so Pytorch was trying to include the integrated card as a compute device. Had to re-enable then re-disable hopefully it stays that way now. The V6 bios for this board seems to fix a bunch of bios setting bugs but also takes like 15 minutes to post so it's not usable.

Can also just set ROCR_VISIBLE_DEVICES to only your main card if you want to keep the integrated enabled, but that just fixes Pytorch. Won't fix XDG Desktop applications that request the high power card

@AUTOMATIC1111 AUTOMATIC1111 merged commit 8afabae into AUTOMATIC1111:dev Sep 9, 2023
@w-e-w w-e-w mentioned this pull request Dec 4, 2023
@w-e-w w-e-w mentioned this pull request Dec 16, 2023
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

Successfully merging this pull request may close these issues.

3 participants