Skip to content

Commit 619ea88

Browse files
author
Crucifixion-Fxl
committed
[Bugfix] Migrate to REGEX Library to prevent catastrophic backtracking
1 parent 7bfb16a commit 619ea88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/model_loader/tensorizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import json
99
import os
1010
import time
11+
import threading
1112
from collections.abc import Generator
1213
from dataclasses import dataclass
1314
from functools import partial

0 commit comments

Comments
 (0)