Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 4, 2023
1 parent ba752b2 commit 5bd19cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serve/mlc_serve/run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
import logging.config
import tempfile
import os
import uvicorn
from pathlib import Path
Expand Down Expand Up @@ -89,7 +89,6 @@ def run_server():
log_level = "DEBUG" if args.debug_logging else "INFO"
configure_logging(enable_json_logs=True, log_level=log_level)

import tempfile
with tempfile.TemporaryDirectory() as temp_dir:
os.environ["PROMETHEUS_MULTIPROC_DIR"] = temp_dir

Expand Down

0 comments on commit 5bd19cb

Please sign in to comment.