-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Running update-windows.bat
turn my environment from gpu to cpu only
#4993
Comments
Same here, it's completely broken! |
This means that your installed torch version is originally CPU. Did you not pick the wrong option while installing? text-generation-webui/one_click.py Line 283 in 781367b
|
I'm using Oobabooga a few weeks now, it worked fine inlcuding ~24h ago when I updated last time. Today after the update, everything except CPU only isn't working any more. Nothing else has changed, no driver or anything except the update run. |
I'm sure I did not pick the wrong option when installing using the one click installer months ago. And each time I run update-windows.bat except for this time, it displays |
It looks like the problem is that the new HQQ requirements adds a torch>=2.1.1 sub-requirement, and your older install had an existing torch==2.0 requirement that ended up being updated incorrectly. https://github.com/mobiusml/hqq/blob/bb422c931de89a618f81160513b90d8149f1ace5/setup.py#L12 The best I can tell you is to delete your installer_files folder and run the start script again. This will setup a new environment with the updated pytorch version while keeping your models/settings intact. |
I have reinstalled everything and it works fine now. During this process, I found text-generation-webui/installer_files/conda folder cannot be deleted because |
Worked for me without permission problems during deletion of the folder. Thank you very much! |
Updating to latest dev branch, this issue occurred again |
Reinstalling the environment fixs it though |
Describe the bug
Just as what the title says, I want to update my webui just now, but it installed dependencies from requirements_cpu_only.txt.
Is there an existing issue for this?
Reproduction
Run the update batch on Nvidia windows.
Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: