Fix dataclasses.asdict on the msgspec ServerArgs (#38958)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alison Shao
2026-09-10 17:22:54 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 52c191da52
commit 00143e9c23
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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