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
The `trtllm_utils` library also needs symbols from common files, e.g.
the `llmException`. Extend the dependencies to link `trtllm_utils.so`
with common helpers.
```python
>>> flashinfer.utils.get_trtllm_utils_module()
Traceback (most recent call last):
...
OSError: ...flashinfer/data/aot/trtllm_utils/trtllm_utils.so: undefined symbol: _ZTIN12tensorrt_llm6common13TllmExceptionE
```
Fixes: #1167
Signed-off-by: Christian Heimes <christian@python.org>
0 commit comments