Skip to content

Commit

Permalink
Merge pull request #354 from AdityaJain2162/patch-1
Browse files Browse the repository at this point in the history
Update whisper_server.Dockerfile
  • Loading branch information
prateeksachan authored Aug 1, 2024
2 parents 1151bbf + 9d2098e commit 63d94fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get -y install portaudio19-dev
RUN git clone https://github.com/bolna-ai/streaming-whisper-server.git
WORKDIR streaming-whisper-server
RUN pip install -e .
RUN pip install git+https://github.com/SYSTRAN/faster-whisper.git
RUN pip install transformers

RUN ct2-transformers-converter --model openai/whisper-small --copy_files preprocessor_config.json --output_dir ./Server/ASR/whisper_small --quantization float16
Expand Down

0 comments on commit 63d94fe

Please sign in to comment.