Update the transformers version in CI (#1690)

This commit is contained in:
Lianmin Zheng
2024-10-16 19:03:55 -07:00
committed by GitHub
parent 2782132be8
commit 02f7f3e488
2 changed files with 11 additions and 9 deletions

View File

@@ -432,9 +432,11 @@ def launch_server(
LOGGING_CONFIG["formatters"]["default"][
"fmt"
] = "[%(asctime)s] %(levelprefix)s %(message)s"
LOGGING_CONFIG["formatters"]["default"]["datefmt"] = "%Y-%m-%d %H:%M:%S"
LOGGING_CONFIG["formatters"]["access"][
"fmt"
] = '[%(asctime)s] %(levelprefix)s %(client_addr)s - "%(request_line)s" %(status_code)s'
LOGGING_CONFIG["formatters"]["access"]["datefmt"] = "%Y-%m-%d %H:%M:%S"
uvicorn.run(
app,
host=server_args.host,