Unverified Commit 2c9b6380 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[Minor] Fix a typo in .pt weight support (#2160)

parent a7347d9a
......@@ -146,7 +146,7 @@ def prepare_hf_model_weights(
raise ValueError(f"Unknown load_format: {load_format}")
if fall_back_to_pt:
allow_patterns += [".pt"]
allow_patterns += ["*.pt"]
if not is_local:
# Use file lock to prevent multiple processes from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment