Skip to content

Commit 1cf5c39

Browse files
authored
Fix one last bad preset hash (#1381)
1 parent d71ddd0 commit 1cf5c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_nlp/models/whisper/whisper_presets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"language_tokens": LANGUAGE_TOKENS,
475475
},
476476
"weights_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/model.h5",
477-
"weights_hash": "ca157162ec9c3329a659388528a3af88",
477+
"weights_hash": "ccab1c93c5739007868ae73fe025806d",
478478
"vocabulary_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/vocab.json",
479479
"vocabulary_hash": "1b87ed3e3ecd9ccfdca74e64cbe81d68",
480480
"merges_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/merges.txt",

0 commit comments

Comments
 (0)