← back to Exo
set GRPC_VERBOSITY=error; TRANSFORMERS_VERBOSITY=error
5c9bcb8620bb7e570d29e91f911197031cf22e7c · 2025-01-23 01:22:19 +0000 · Alex Cheema
Files touched
Diff
commit 5c9bcb8620bb7e570d29e91f911197031cf22e7c
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Jan 23 01:22:19 2025 +0000
set GRPC_VERBOSITY=error; TRANSFORMERS_VERBOSITY=error
---
exo/main.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/exo/main.py b/exo/main.py
index 4a9b318a..cf37ac06 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -39,6 +39,10 @@ import socket
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
← d54e19c2 runners back
·
back to Exo
·
explicitly enable TOKENIZERS_PARALLELISM=true a8a9e3ff →