Skip to content

Commit 7d05454

Browse files
committed
Change Hugging Face URI for Parakeet models
1 parent c476f90 commit 7d05454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bindings/ruby/lib/whisper/model

bindings/ruby/lib/whisper/model/uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def escaping(path)
225225
parakeet-tdt-0.6b-v3-q4_k
226226
parakeet-tdt-0.6b-v3-q8_0
227227
].each do |name|
228-
@pre_converted_models[name] = URI.new("https://huggingface.co/danbev/parakeet-GGUF/resolve/main/ggml-#{name}.bin")
228+
@pre_converted_models[name] = URI.new("https://huggingface.co/ggml-org/parakeet-GGUF/resolve/main/ggml-#{name}.bin")
229229
end
230230

231231
@coreml_compiled_models = @pre_converted_models.each_with_object({}) {|(name, uri), models|

0 commit comments

Comments
 (0)