We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c476f90 commit 7d05454Copy full SHA for 7d05454
1 file changed
bindings/ruby/lib/whisper/model/uri.rb
@@ -225,7 +225,7 @@ def escaping(path)
225
parakeet-tdt-0.6b-v3-q4_k
226
parakeet-tdt-0.6b-v3-q8_0
227
].each do |name|
228
- @pre_converted_models[name] = URI.new("https://huggingface.co/danbev/parakeet-GGUF/resolve/main/ggml-#{name}.bin")
+ @pre_converted_models[name] = URI.new("https://huggingface.co/ggml-org/parakeet-GGUF/resolve/main/ggml-#{name}.bin")
229
end
230
231
@coreml_compiled_models = @pre_converted_models.each_with_object({}) {|(name, uri), models|
0 commit comments