-
Notifications
You must be signed in to change notification settings - Fork 222
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
test fails after successful "pip install ." command #104
Comments
I have the same problem |
I also have same problem on windows, but on ubuntu it's working |
Hey did anyone find a solution to this? |
I have solved the question 'ERROR: test_opcheck_cpu (main.TestMyAddOut)' by creating a new environment, and upgrading the NVIDIA driver to the newest version, as well as using PyTorch 2.5.0 with CUDA 12.4 and Python 3.12. |
my gpu is 3090ti |
@jia-heng I also ran into this issue, and in my case it was due to pytorch not being able to automatically find where cuda is installed. In |
For me, I have some problems with the version torch 2.4.0 build from the source, so I decide to upgrade the version by re-installing libtorch and the latest version pytorch 2.5.1. that's solved the problem. |
I have a GPU:
I have executed:
and I get all 8 tests failing:
The text was updated successfully, but these errors were encountered: