Reinsert whisper model transcribing
This commit is contained in:
parent
3246469be2
commit
30fd269cd9
6 changed files with 483 additions and 177 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue