Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed Sep 25, 2024
1 parent a2b19b2 commit 1e31a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/internvl.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def __init__(self,
self.img_context_token_id = None
self.make_empty_intermediate_tensors = (
self.language_model.make_empty_intermediate_tensors)

if hasattr(self.language_model, "sampler"):
self.sampler = self.language_model.sampler
else:
Expand Down

0 comments on commit 1e31a44

Please sign in to comment.