Open apbose opened 2 days ago
Hi @apbose we've rootcaused this issue which raised by pynvml updating on Dec.2.
The coming 0.15 release will fix it.
If you wanna to fix it by yourself, just modify this line https://github.com/NVIDIA/TensorRT-LLM/blob/main/requirements.txt#L14 to pynvml~=11.5.0
System Info
Tensorrt-llm v0.14.0
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Looks like the pynvml version needs to be fixed in the latest release.
pip install tensorrt-llm
leads topynvml 12.0.0
butimport tensorrt_llm
leads toDowngrading pynvml to
11.5.0
leads the error to go away.Expected behavior
import tensorrt-llm
should work without erroractual behavior
It is leading to the error above.
additional notes
Maybe there should be additional handling of the pynvml versions in the code