Fix dataclasses.asdict on the msgspec ServerArgs (#38958)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
52c191da52
commit
00143e9c23
@@ -4,10 +4,10 @@ import asyncio
|
||||
import atexit
|
||||
import json
|
||||
import os
|
||||
from dataclasses import asdict
|
||||
from typing import Iterator
|
||||
|
||||
import numpy as np
|
||||
from msgspec.structs import asdict
|
||||
from sglang_simulator.compat import apply_simulator_server_args
|
||||
from sglang_simulator.dataset import BaseDataset, GenericRequest
|
||||
from sglang_simulator.simulation.benchmark import BaseBenchmarkRunner, BenchmarkConfig
|
||||
|
||||
Reference in New Issue
Block a user