Skip to content

Commit

Permalink
Update to official ctranslate2 release for distil-whisper and large-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiankielhofner committed Nov 14, 2023
1 parent 23bd57f commit 3502dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A lot of software, a lot of versions

ARG CLANG_VER=14
ARG CTRANSLATE2_VER=cd26b3e
ARG CTRANSLATE2_VER=1e37b52
ARG NVIDIA_VER=23.05
ARG ONEAPI_VER=2023.1.0
ARG ONEDNN_VER=3.1.1
Expand All @@ -11,7 +11,7 @@ ARG TORCH_AUDIO_VER=2.1.0
# Misc
ARG CUDA_ARCH_LIST="6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0+PTX"
ARG CTRANSLATE2_ROOT="/opt/ctranslate2"
ARG CTRANSLATE2_URL="https://github.com/chiiyeh/CTranslate2.git"
ARG CTRANSLATE2_URL="https://github.com/OpenNMT/CTranslate2.git"

# Builder
FROM nvcr.io/nvidia/tensorrt:${NVIDIA_VER}-py3 as builder
Expand Down

0 comments on commit 3502dc3

Please sign in to comment.