[Minor] Improve logging and rename the health check endpoint name (#1180)

This commit is contained in:
Lianmin Zheng
2024-08-21 19:24:36 -07:00
committed by GitHub
parent 83e23c69b3
commit 5623826f73
6 changed files with 21 additions and 30 deletions

View File

@@ -21,7 +21,6 @@ Each data parallel worker can manage multiple tensor parallel workers.
import dataclasses
import logging
import multiprocessing
import os
from enum import Enum, auto
import numpy as np