Skip to content

Commit

Permalink
set GRPC_VERBOSITY=error; TRANSFORMERS_VERBOSITY=error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 23, 2025
1 parent d54e19c commit 5c9bcb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
import resource
import psutil

# TODO: figure out why this is happening
os.environ["GRPC_VERBOSITY"] = "error"
os.environ["TRANSFORMERS_VERBOSITY"] = "error"

# Configure uvloop for maximum performance
def configure_uvloop():
# Install uvloop as event loop policy
Expand Down

0 comments on commit 5c9bcb8

Please sign in to comment.