Skip to content

Commit

Permalink
remove strict in phi3v
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 17, 2024
1 parent 7c2507e commit e74ff67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/model_executor/models/phi3v.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,7 @@ def load_weights(self, weights: Iterable[Tuple[str,

loader = AutoWeightsLoader(self)
autoloaded_weights = loader.load_weights(weights,
mapper=hf_to_vllm_mapper,
strict=False)
mapper=hf_to_vllm_mapper)

# The HF config doesn't specify whether these are tied,
# so we detect it this way
Expand Down

0 comments on commit e74ff67

Please sign in to comment.