-
Notifications
You must be signed in to change notification settings - Fork 168
Description
使用模型:https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo
报错如下,
-language : None
-task : False
-log_progress : False
-beam_size : 5
-best_of : 5
-patience : 1.0
-length_penalty : 1.0
-temperature : [0.0, 0.2, 0.4, 0.6, 0.8, 1.0]
-compression_ratio_threshold : 2.4
-log_prob_threshold : -1.0
-no_speech_threshold : 0.6
-condition_on_previous_text : False
-initial_prompt : None
-prefix : None
-suppress_blank : True
-suppress_tokens : [-1]
-without_timestamps : False
-max_initial_timestamp : 1.0
-word_timestamps : False
-prepend_punctuations : "'“¿([{-
-append_punctuations : "'.。,,!!??::”)]}、
-multilingual : False
-repetition_penalty : 1.5
-no_repeat_ngram_size : 0
-prompt_reset_on_temperature : 0.5
-max_new_tokens : None
-chunk_length : 30
-clip_mode : 0
-clip_timestamps : 0
-hallucination_silence_threshold : 0.5
-hotwords :
-language_detection_threshold : None
-language_detection_segments : 1
create transcribe process with 1 workers
start transcribe process
==========2025-10-01_21:13:05==========
==========Cancel==========
开始处理音频...
Traceback (most recent call last):
File "L:\FasterWhisperGUI\faster_whisper_GUI\transcribe.py", line 371, in run
File "L:\FasterWhisperGUI\concurrent\futures_base.py", line 621, in result_iterator
File "L:\FasterWhisperGUI\concurrent\futures_base.py", line 319, in _result_or_cancel
File "L:\FasterWhisperGUI\concurrent\futures_base.py", line 458, in result
File "L:\FasterWhisperGUI\concurrent\futures_base.py", line 403, in __get_result
File "L:\FasterWhisperGUI\concurrent\futures\thread.py", line 58, in run
File "L:\FasterWhisperGUI\faster_whisper_GUI\transcribe.py", line 231, in transcribe_file
File "L:\FasterWhisperGUI\faster_whisper\transcribe.py", line 887, in transcribe
File "L:\FasterWhisperGUI\faster_whisper\transcribe.py", line 1778, in detect_language
TypeError: '>' not supported between instances of 'float' and 'NoneType'
==========2025-10-01_21:13:22==========
==========Process==========
同时,确认能联通hugginface情况下,程序里自带的下载也会报错,自己换了自己的hugginfaceAPI还是会报错
[15:43.312 -> 15:44.656], [16:32.656 -> 16:33.744]
2025-10-01_21:18:41 - faster_whisper - WARNING - An error occured while synchronizing the model mobiuslabsgmbh/faster-whisper-large-v3-turbo from the Hugging Face Hub:
401 Client Error. (Request ID: Root=1-68dd2a34-32fec20b451b581a5f336dfd;a2b7719a-0d0d-46a9-9922-57b61abd0d2b)
Repository Not Found for url: https://huggingface.co/api/models/mobiuslabsgmbh/faster-whisper-large-v3-turbo/revision/main.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid credentials in Authorization header
2025-10-01_21:18:41 - faster_whisper - WARNING - Trying to load the model directly from the local cache, if it exists.