Skip to content

Commit

Permalink
Updated TensorRT-LLM version to latest, enabled dual-channel for tens…
Browse files Browse the repository at this point in the history
…orrt-llm backend
  • Loading branch information
Aleks committed May 26, 2024
1 parent 62e33b7 commit b2f0d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wordcab_transcribe/services/transcribe_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ def multi_channel(
word["start"] = round(word["start"], 2)
word["end"] = round(word["end"], 2)
segment["text"] = segment["text"].strip()

segment["start"] = round(segment.pop("start_time"), 2)
segment["end"] = round(segment.pop("end_time"), 2)
extra = {
Expand Down

0 comments on commit b2f0d3b

Please sign in to comment.