Skip to content

Commit

Permalink
Fix one last bad preset hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw committed Dec 27, 2023
1 parent 5fd92c8 commit dcc1373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/models/whisper/whisper_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"language_tokens": LANGUAGE_TOKENS,
},
"weights_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/model.h5",
"weights_hash": "ca157162ec9c3329a659388528a3af88",
"weights_hash": "ccab1c93c5739007868ae73fe025806d",
"vocabulary_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/vocab.json",
"vocabulary_hash": "1b87ed3e3ecd9ccfdca74e64cbe81d68",
"merges_url": "https://storage.googleapis.com/keras-nlp/models/whisper_large_multi_v2/v1/merges.txt",
Expand Down

0 comments on commit dcc1373

Please sign in to comment.