Fedir Zadniprovskyi 2024-05-26
fix: Dockerfile.cuda whisper model env
@6127072fd9ea1f7babba8c7214a17726fc798fbc
Dockerfile.cuda
--- Dockerfile.cuda
+++ Dockerfile.cuda
@@ -12,7 +12,7 @@
 COPY ./speaches ./speaches
 ENTRYPOINT ["poetry", "run"]
 CMD ["uvicorn", "speaches.main:app"]
-ENV WHISPER_MODEL=distil-large-v3.en
+ENV WHISPER_MODEL=distil-large-v3
 ENV WHISPER_INFERENCE_DEVICE=cuda
 ENV UVICORN_HOST=0.0.0.0
 ENV UVICORN_PORT=8000
Add a comment
List