Xin Zhang commited on
Commit
cb42956
·
1 Parent(s): 8241a4b

[fix]: fix.

Browse files
Files changed (1) hide show
  1. config.py +2 -1
config.py CHANGED
@@ -38,7 +38,8 @@ MAX_LENTH_ZH = 4
38
  WHISPER_PROMPT_EN = ""# "The following is an English sentence."
39
  MAX_LENGTH_EN= 3
40
 
41
- WHISPER_MODEL = 'medium-q5_0' #'large-v3-turbo-q5_0'
 
42
 
43
  # LLM
44
  LLM_MODEL_PATH = (MODEL_DIR / "qwen2.5-1.5b-instruct-q5_0.gguf").as_posix()
 
38
  WHISPER_PROMPT_EN = ""# "The following is an English sentence."
39
  MAX_LENGTH_EN= 3
40
 
41
+ WHISPER_MODEL = 'medium-q5_0'
42
+ # WHISPER_MODEL = 'large-v3-turbo-q5_0'
43
 
44
  # LLM
45
  LLM_MODEL_PATH = (MODEL_DIR / "qwen2.5-1.5b-instruct-q5_0.gguf").as_posix()