Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wushidonguc committed Jul 16, 2024
1 parent 2de01e3 commit 080d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def __init__(

logit_scale = getattr(config, "logit_scale", 1.0)
self.logits_processor = LogitsProcessor(self.unpadded_vocab_size,
config.vocab_size, logit_scale)
config.vocab_size, logit_scale)
self.sampler = Sampler()
else:
self.lm_head = PPMissingLayer()
Expand Down

0 comments on commit 080d588

Please sign in to comment.