Skip to content

Commit

Permalink
Get weights from Tigris mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Jul 3, 2024
1 parent a98805c commit b774d54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/get_weights.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

mkdir -p weights
# curl -o weights/tiny.pt -L https://openaipublic.azureedge.net/main/whisper/models/65147644a518d12f04e32d6f3b26facc3f8dd46e5390956a9424a650c0ce22b9/tiny.pt
# curl -o weights/base.pt -L https://openaipublic.azureedge.net/main/whisper/models/ed3a0b6b1c0edf879ad9b11b1af5a0e6ab5db9205f891f668f8b0e6c6326e34e/base.pt
# curl -o weights/small.pt -L https://openaipublic.azureedge.net/main/whisper/models/9ecf779972d90ba49c06d968637d720dd632c55bbf19d441fb42bf17a411e794/small.pt
# curl -o weights/medium.pt -L https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt
# curl -o weights/large-v1.pt -L https://openaipublic.azureedge.net/main/whisper/models/e4b87e7e0bf463eb8e6956e646f1e277e901512310def2c24bf0e11bd3c28e9a/large-v1.pt
# curl -o weights/large-v2.pt -L https://openaipublic.azureedge.net/main/whisper/models/81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524/large-v2.pt
curl -o weights/large-v3.pt -L https://openaipublic.azureedge.net/main/whisper/models/e5b1a55b89c1367dacf97e3e19bfd829a01529dbfdeefa8caeb59b3f1b81dadb/large-v3.pt
# curl -o weights/tiny.pt -L https://fly.storage.tigris.dev/weights/models/whisper/tiny.pt
# curl -o weights/base.pt -L https://fly.storage.tigris.dev/weights/models/whisper/base.pt
# curl -o weights/small.pt -L https://fly.storage.tigris.dev/weights/models/whisper/small.pt
# curl -o weights/medium.pt -L https://fly.storage.tigris.dev/weights/models/whisper/medium.pt
# curl -o weights/large-v1.pt -L https://fly.storage.tigris.dev/weights/models/whisper/large-v1.pt
# curl -o weights/large-v2.pt -L https://fly.storage.tigris.dev/weights/models/whisper/large-v2.pt
curl -o weights/large-v3.pt -L https://fly.storage.tigris.dev/weights/models/whisper/large-v3.pt

0 comments on commit b774d54

Please sign in to comment.