Skip to content

Commit 2c9b638

Browse files
authored
[Minor] Fix a typo in .pt weight support (#2160)
1 parent a7347d9 commit 2c9b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/weight_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def prepare_hf_model_weights(
146146
raise ValueError(f"Unknown load_format: {load_format}")
147147

148148
if fall_back_to_pt:
149-
allow_patterns += [".pt"]
149+
allow_patterns += ["*.pt"]
150150

151151
if not is_local:
152152
# Use file lock to prevent multiple processes from

0 commit comments

Comments
 (0)