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
(ChatRTX) E:\chat1\trt-llm-rag-windows>python app.py
E:\chat1\ChatRTX\lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils.pytree.register_pytree_node instead. torch_pytree.register_pytree_node(
Traceback (most recent call last):
File "E:\chat1\trt-llm-rag-windows\app.py", line 31, in
from trt_llama_api import TrtLlmAPI
File "E:\chat1\trt-llm-rag-windows\trt_llama_api.py", line 42, in
from utils import (DEFAULT_HF_MODEL_DIRS, DEFAULT_PROMPT_TEMPLATES,
File "E:\chat1\trt-llm-rag-windows\utils.py", line 22, in
from tensorrt_llm.builder import get_engine_version
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_llm_init.py", line 32, in
import tensorrt_llm.functional as functional
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_llm\functional.py", line 26, in
import tensorrt as trt
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_init.py", line 18, in
from tensorrt_bindings import *
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_bindings_init.py", line 71, in
from .tensorrt import *
ImportError: DLL load failed while importing tensorrt: 找不到指定的模块。
The text was updated successfully, but these errors were encountered:
(ChatRTX) E:\chat1\trt-llm-rag-windows>python app.py
E:\chat1\ChatRTX\lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils.pytree.register_pytree_node instead.
torch_pytree.register_pytree_node(
Traceback (most recent call last):
File "E:\chat1\trt-llm-rag-windows\app.py", line 31, in
from trt_llama_api import TrtLlmAPI
File "E:\chat1\trt-llm-rag-windows\trt_llama_api.py", line 42, in
from utils import (DEFAULT_HF_MODEL_DIRS, DEFAULT_PROMPT_TEMPLATES,
File "E:\chat1\trt-llm-rag-windows\utils.py", line 22, in
from tensorrt_llm.builder import get_engine_version
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_llm_init.py", line 32, in
import tensorrt_llm.functional as functional
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_llm\functional.py", line 26, in
import tensorrt as trt
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_init.py", line 18, in
from tensorrt_bindings import *
File "E:\chat1\ChatRTX\lib\site-packages\tensorrt_bindings_init.py", line 71, in
from .tensorrt import *
ImportError: DLL load failed while importing tensorrt: 找不到指定的模块。
The text was updated successfully, but these errors were encountered: