-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
执行如下命令拉取kotoba-whisper-v2.1-faster模型:
huggingface-cli download CheshireCC/kotoba-whisper-v2.1-faster
之后在软件中进行加载本地模型,发生报错:
下面是错误日志:
==========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
请问一下大致是哪一步出了问题呢?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels