Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/whisperx/whisperx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Transcribe audio or video files to text using the OpenAI Whisper and speaker diarization (WhisperX)
</description>
<macros>
<token name="@TOOL_VERSION@">3.4.2</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">3.8.1</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
<container type="docker">quay.io/arash77/whisperx:3.4.2</container>
<container type="docker">quay.io/galaxy/whisperx:@TOOL_VERSION@</container>
</requirements>
<command detect_errors="exit_code"><![CDATA[
export TORCH_HOME=\${WHISPERX_MODEL_DIR}/torch/ &&
Expand Down
Loading