removed unused

This commit is contained in:
Shannon Sands 2025-05-17 13:37:55 -07:00
parent c05d9f7f53
commit 76736ec4c2
3 changed files with 3 additions and 12 deletions

View file

@ -28,9 +28,7 @@ class TrlVllmServer(APIServer):
self.tokenizer = AutoTokenizer.from_pretrained(config.model_name)
super().__init__(config)
async def check_server_status_task(
self, chat_completion: bool = True, skip_check: bool = False
):
async def check_server_status_task(self, chat_completion: bool = True):
"""
TODO: Implement server health check for trl's vLLM server
"""