Change Hugging Face URI for Parakeet models

This commit is contained in:
Kitaiti Makoto 2026-06-17 08:32:37 +09:00
parent c476f90130
commit 7d05454737
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ module Whisper
parakeet-tdt-0.6b-v3-q4_k
parakeet-tdt-0.6b-v3-q8_0
].each do |name|
@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")
end
@coreml_compiled_models = @pre_converted_models.each_with_object({}) {|(name, uri), models|