Open thevishalagarwal opened 3 months ago
It was a CUDA version issue. Fixed it by clean installation of 12.4. But running into a new issue
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Program Files\Python310\lib\site-packages\tensorrt_llm\__init__.py", line 92, in <module>
_init(log_level="error")
File "C:\Program Files\Python310\lib\site-packages\tensorrt_llm\_common.py", line 57, in _init
_load_plugin_lib()
File "C:\Program Files\Python310\lib\site-packages\tensorrt_llm\plugin\plugin.py", line 50, in _load_plugin_lib
assert handle.initTrtLlmPlugins(None,
OSError: exception: access violation reading 0x0000000000000000
Is there a workaround for this?
Looks like the null pointer issue is with conda environment. Built the package locally and installed in a native venv environment. Works fine
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days."
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days."
ran the following command to install TRT-LLM on windows
Getting the following error. Followed instructions from here.
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.