[None][fix] Avoid reserved filename on Windows (#11382)

Signed-off-by: Yuan Tong <13075180+tongyuantongyu@users.noreply.github.com>
This commit is contained in:
Yuan Tong 2026-02-10 11:22:59 +08:00 committed by GitHub
parent b5508ed75b
commit 4fc3644705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from typing import List, Optional
import msgpack
from tensorrt_llm._torch.disaggregation.native.region.aux import AuxBufferMeta
from tensorrt_llm._torch.disaggregation.native.region.aux_ import AuxBufferMeta
@dataclass