CUDA lazy loading. #13714
SplitMilky
started this conversation in
Optimization
CUDA lazy loading.
#13714
Replies: 1 comment 1 reply
-
That means add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
May help with less vram usage but I read the link provided and don't know where to enable it. I'm playing with the TensorRT and having issues with some models (JuggernaultXL)
[W] CUDA lazy loading is not enabled. Enabling it can significantly reduce device memory usage and speed up TensorRT initialization. See "Lazy Loading" section of CUDA documentation https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#lazy-loading.
I asked Win Co-Pilot and it said to put it in the system environmental variables but I think it has to be in a script somewhere
Beta Was this translation helpful? Give feedback.
All reactions