Skip to content

Commit

Permalink
rm unnecessary function that is not used
Browse files Browse the repository at this point in the history
Signed-off-by: eplatero <[email protected]>
  • Loading branch information
eplatero97 committed Dec 6, 2024
1 parent 0b85209 commit 5f52d98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions QEfficient/generation/text_generation_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,3 @@ def generate(
perf_metrics=perf_metrics,
)
return latency_stats

def validate_tlm_gen_tokens(self):
gen_len = (self.generated_ids)
self.prefill_seq_len

0 comments on commit 5f52d98

Please sign in to comment.