Skip to content

Commit

Permalink
#14519: Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cglagovichTT committed Nov 8, 2024
1 parent eeb98f0 commit c0de441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/demos/llama3/tt/multimodal/vision_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def chat_completion(
tokens = []

stop_reason = None
breakpoint()
for result in self.generate(
model_input=self.formatter.encode_dialog_prompt(messages, tool_prompt_format=False),
max_gen_len=max_gen_len,
Expand Down

0 comments on commit c0de441

Please sign in to comment.