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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users*\AppData\Local\anaconda3\envs\chatrtx\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users*\AppData\Local\anaconda3\envs\chatrtx\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users***\AppData\Local\anaconda3\envs\chatrtx\Scripts\trtllm-build.exe_main.py", line 4, in
File "C:\Users***\AppData\Local\anaconda3\envs\chatrtx\lib\site-packages\tensorrt_llm_init_.py", line 41, in
raise ImportError(
ImportError: Import of the bindings module failed. Please check the package integrity. If you are attempting to use the pip development mode (editable installation), please execute build_wheels.py first, and then run pip install -e .
The text was updated successfully, but these errors were encountered:
(chatrtx) C:\chatrtx>trtllm-build --checkpoint_dir .\model\mistral_model\model_checkpoints --output_dir .\model\mistral_model\engine --gpt_attention_plugin float16 --gemm_plugin float16 --max_batch_size 1 --max_input_len 7168 --max_output_len 1024 --context_fmha=enable --paged_kv_cache=disable --remove_input_padding=disable
Traceback (most recent call last):
File "C:\Users***\AppData\Local\anaconda3\envs\chatrtx\lib\site-packages\tensorrt_llm_init_.py", line 39, in
import tensorrt_llm.bindings # NOQA
ImportError: DLL load failed while importing bindings: Не найден указанный модуль.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users*\AppData\Local\anaconda3\envs\chatrtx\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users*\AppData\Local\anaconda3\envs\chatrtx\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users***\AppData\Local\anaconda3\envs\chatrtx\Scripts\trtllm-build.exe_main.py", line 4, in
File "C:\Users***\AppData\Local\anaconda3\envs\chatrtx\lib\site-packages\tensorrt_llm_init_.py", line 41, in
raise ImportError(
ImportError: Import of the
bindings
module failed. Please check the package integrity. If you are attempting to use the pip development mode (editable installation), please executebuild_wheels.py
first, and then runpip install -e .
The text was updated successfully, but these errors were encountered: