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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
I am seeing the following issue when using tensorrt-llm(0.6.1) on top of ray-llm (0.5.0)
ImportError: cannot import name 'trt_llm_engine_py' from 'tensorrt_llm.libs' (unknown location)And looks like it's from this line of code:
https://github.com/ray-project/ray-llm/blob/master/rayllm/backend/llm/trtllm/trtllm_models.py#L15
Wondering if anyone has run into this issue before?