-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
PyTorch test/tutorials are (likely) using the same model files. #16719
Comments
It is confirms that one of those files:
is making |
However |
Apparently it is the test itself that is not runnable a second time :(:(
|
Re-assigning to @lmoneta |
The summary is simple (and still the same after applying On first run in a clean directory with
and if we immediately re-run we get:
and the error is:
indicates that on the 2nd runs, the test want symbols from the |
Doing:
will result in an arbitrary result (sometimes pass sometime fail) for
re-running just those tests (whether they succeeded or not) will lead to both of them failing.
The failure report is indicate that they 'now' need the BLAS library (which is not available on the system).
As a possible clue (or not), the following 3 test fails systemically on the system due to the missing BLAS library:
The text was updated successfully, but these errors were encountered: