clean logging

This commit is contained in:
Jai Suphavadeeprasit 2026-03-13 12:38:52 -04:00
parent 600c54f5f8
commit 862cd3667d
3 changed files with 24 additions and 6 deletions

View file

@ -2,7 +2,6 @@
# see example_trainer/vllm_api_server.py for an example
import asyncio
import logging
import warnings
from typing import Any, Dict, List, Tuple
@ -20,8 +19,6 @@ from atroposlib.envs.server_handling.server_baseline import (
ReasoningConfig,
)
logger = logging.getLogger(__name__)
class VLLMServer(APIServer):
"""