Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible mistake when loading model to device (openai#57)
Before this change, the model is loaded into GPU regardless of the value of "device" argument in CLI. (e.g. whisper "test.wav" --device cpu loads into GPU anyway)
- Loading branch information