Skip to content

Commit

Permalink
Merge pull request #26 from sul-dlss/turbo
Browse files Browse the repository at this point in the history
Add new Turbo model
  • Loading branch information
jmartin-sul authored Oct 23, 2024
2 parents 0742db4 + e5d308a commit 864a7d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ docker run --rm --tty --volume .:/app --env-file .env sul-speech-to-text --creat

### Run the Job

Now you can run the container and have it pick up the job you placed into the queue:
Now you can run the container and have it pick up the job you placed into the queue. You can drop the `--gpus all` if you don't have a GPU.

```shell
docker run --rm --tty --env-file .env sul-speech-to-text --no-daemon
docker run --rm --tty --env-file .env --gpus all sul-speech-to-text --no-daemon
```

Wait for the results to appear:
Expand Down
2 changes: 1 addition & 1 deletion whisper_models/urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60
https://openaipublic.azureedge.net/main/whisper/models/e4b87e7e0bf463eb8e6956e646f1e277e901512310def2c24bf0e11bd3c28e9a/large-v1.pt
https://openaipublic.azureedge.net/main/whisper/models/81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524/large-v2.pt
https://openaipublic.azureedge.net/main/whisper/models/e5b1a55b89c1367dacf97e3e19bfd829a01529dbfdeefa8caeb59b3f1b81dadb/large-v3.pt
https://openaipublic.azureedge.net/main/whisper/models/e5b1a55b89c1367dacf97e3e19bfd829a01529dbfdeefa8caeb59b3f1b81dadb/large-v3.pt
https://openaipublic.azureedge.net/main/whisper/models/aff26ae408abcba5fbf8813c21e62b0941638c5f6eebfb145be0c9839262a19a/large-v3-turbo.pt

0 comments on commit 864a7d8

Please sign in to comment.