You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your inquiry about this issue. As far as I can tell from reading the following forum, I think this is due to the fact that Windows native CUDA support was discontinued in 2.10 and moved to the plugin method in 2.11 and later.
Alternatively, windows users can use tf 2.10 by putting both tensorflow.lib and tensorflow.dll somewhere in the PATH. tensorflow-sys build scripts will take them into account.
As is shown in the build log, this error was triggered with missing prebuilt tensorflow with GPU support in
v2.11.0
.One possible solution is to downgrade the tensorflow to v2.10.0 as bellow, but this is usually difficult for Rust users.
The text was updated successfully, but these errors were encountered: