Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make it not display info information?executorExampleBasic.cpp #2637

Open
aaIce opened this issue Dec 28, 2024 · 1 comment
Open

How to make it not display info information?executorExampleBasic.cpp #2637

aaIce opened this issue Dec 28, 2024 · 1 comment

Comments

@aaIce
Copy link

aaIce commented Dec 28, 2024

I don't want to display info information when I run ExecutorInstanceBasic.cpp。What should i do? Thanks.
Info information such as:
[TensorRT-LLM][INFO] Engine version 0.13.0 found in the config file, assuming engine built by new builder API
[TensorRT-LLM][INFO] Initializing MPI with thread mode 3
[TensorRT-LLM][INFO] Initialized MPI
[TensorRT-LLM][INFO] Refreshed the MPI local session
[TensorRT-LLM][INFO] MPI size: 1, MPI local size: 1, rank: 0
[TensorRT-LLM][INFO] Rank 0 is using GPU 0
.................

@chuangz0
Copy link
Collaborator

export TLLM_LOG_LEVEL=WARNING;

(INFO,WARNING,ERROR,TRACE,DEBUG)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants