mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-16 15:55:08 +08:00
[None][fix] Avoid reserved filename on Windows (#11382)
Signed-off-by: Yuan Tong <13075180+tongyuantongyu@users.noreply.github.com>
This commit is contained in:
parent
b5508ed75b
commit
4fc3644705
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user