Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Downloaded via Quick Usage vs. Docker-Compose Implementation #268

Open
hangartner8352 opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@hangartner8352
Copy link

I am new to this topic and have downloaded and implemented the code. The only adjustment I made to the docker-compose file was setting the model to large and the engine to faster_whisper. The model that was downloaded in this case was large-v3.pt. However, on a second machine, I used only the quick usage command:
docker run -d -p 9000:9000 -e ASR_MODEL=large -e ASR_ENGINE=faster_whisper onerahmet/openai-whisper-asr-webservice:latest
I noticed that it used a different model (models--Systran--faster-whisper-large-v3). Can someone explain why there is a difference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant