Closed cynodesmus closed 2 months ago
Have you installed "Microsoft Visual C++ Redistributable Packages" https://aka.ms/vs/16/release/vc_redist.x64.exe ?
I reinstalled VC++, but the problem persisted. 7 days ago, the update took place without errors. Today, after updating Torch from version 2.3.1 to version 2.4.0, this error appeared.
I could not reproduce this error in my nunif-windows package environment. However, a similar issue is posted in pytorch repo https://github.com/pytorch/pytorch/issues/131662
In this case, I will return the old files from the backup. Probably a problem with pytorch. Should I close this incident?
For now, You can revert to pytorch 2.3.1 with the following steps
nunif-prompt.bat
python -m pip install torch==2.3.1 torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu118
Note that if you run update.bat
, the latest pytorch(2.4.0) will be installed again.
EDIT: Sorry, I fixed the error in the pip command above.
@cynodesmus No need to close this issue yet because it is possible that the same issue will be posted.
Oh, thank you. pytorch rollback to version 2.3.1 was successful.
I have temporarily updated requirements-torch.txt
to use torch==2.3.1 on Windows.
I will revert this change when torch==2.4.1 is released.
updated to torch=2.4.1
Recently I decided to run an update script, and an error message appeared in the work log:
File fbgemm.dll is present at the specified path. The error may be related to update "torch-2.4.0+cu118"