Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Dec 30, 2024
1 parent 492084b commit 0b22987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/transformers_utils/tokenizer_group/tokenizer_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def encode(self,
request_id: Optional[str] = None,
lora_request: Optional[LoRARequest] = None) -> List[int]:
tokenizer = self.get_lora_tokenizer(lora_request)
print(f"{prompt=}")
ret = tokenizer.encode(prompt)
print(f"{ret=}")
self._raise_if_input_too_long(ret, lora_request)
return ret

Expand Down

0 comments on commit 0b22987

Please sign in to comment.