-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
support for libcudnn-9 and libcublas-12 #4329
Comments
In the meantime I seem to have finally succeeded in getting tensorrt to install in forge with This is the current state when I run
However there seem to be other issues with forge, I can't "export default engine" (see NVIDIA/Stable-Diffusion-WebUI-TensorRT/issues/345 and all the open issues on the forge repo ) |
I have been trying to install without success the Stable-Diffusion-WebUI-TensorRT extension in Stable Diffusion Forge.
I see in the Readme that
cudNN-8.9
is recommended withcuda-12
.Is there any chance that this dependency will be updated to
cudNN-9
? I'm going down a rabbit hole trying to get everything to work together, and I haven't yet succeeded./stable-diffusion-webui-forge/venv/lib/python3.10/site-packages/tensorrt_bindings/../tensorrt_libs/libnvinfer_plugin.so.9
is requiringlibcudnn.so.8
andlibcublas.so.11
, whereas I havelibcudnn.so.9
andlibcublas.so.12
. I have tried downgrading so many different things to get this to work, I downgradedpytorch
from2.5.1
to2.3.1
, but then I start getting errors about otherxformers
requiring pytorch2.5.1
. I tried downgradingxformers
, but each time I try to downgrade something, something else starts complaining about incompatible versions.Perhaps the easiest solution would be to support more recent versions of
libcudnn
andlibcublas
?The text was updated successfully, but these errors were encountered: