Skip to content

在hf-mirror拉取模型后尝试使用faster-whisper-GUI进行本地模型加载,加载失败 #302

@kirazZ1

Description

@kirazZ1

执行如下命令拉取kotoba-whisper-v2.1-faster模型:

huggingface-cli download CheshireCC/kotoba-whisper-v2.1-faster

之后在软件中进行加载本地模型,发生报错:

Image

下面是错误日志:


==========2025-10-18_20:35:20==========
==========LoadModel==========

    -model_size_or_path: C:/Users/Kira/.cache/huggingface/hub/models--CheshireCC--kotoba-whisper-v2.1-faster/snapshots/f02b57bc8c44ed92faf9af05df2df4eee4c88ad2
    -device: cuda
    -device_index: 0
    -compute_type: float32
    -cpu_threads: 4
    -num_workers: 1
    -download_root: C:/Users/Kira/.cache/huggingface/hub
    -local_files_only: False
    -use_v3_model: False
Traceback (most recent call last):
  File "D:\新建文~1\FASTER~1.PAR\faster_whisper_GUI\modelLoad.py", line 41, in run
  File "D:\新建文~1\FASTER~1.PAR\faster_whisper_GUI\modelLoad.py", line 80, in loadModel
  File "D:\新建文~1\FASTER~1.PAR\faster_whisper\transcribe.py", line 651, in __init__
Exception: Model "openai/whisper-tiny" on the Hub doesn't have a tokenizer

请问一下大致是哪一步出了问题呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions