Reinsert whisper model transcribing

This commit is contained in:
Marty Oehme 2023-08-23 13:22:55 +02:00
parent 3246469be2
commit 30fd269cd9
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 483 additions and 177 deletions

View file

@ -53,7 +53,7 @@ RUN mkdir -p ${VERBANOTE_OUTPUT_PATH}
RUN rm "${VIRTUAL_ENV}/bin/python"
RUN ln -s "/opt/conda/bin/python" "${VIRTUAL_ENV}/bin/python"
RUN which python
RUN ltt install --pytorch-computation-backend=cu117 torch torchvision torchaudio
RUN ltt install --pytorch-computation-backend=cu117 torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1
COPY ./${APP_NAME} ./${APP_NAME}