mingyang91 commited on
Commit
708bc33
·
verified ·
1 Parent(s): b5d8a79

feat: Implement alternative solution achieving functional goals

Browse files

This commit represents a mixed outcome. While the implementation successfully achieves the intended functionality, it diverges from the original plan. The solution, though unconventional, meets the necessary requirements and ensures operational effectiveness. Future revisions may align it more closely with the initial strategy.

Files changed (1) hide show
  1. config/dev.yaml +2 -2
config/dev.yaml CHANGED
@@ -4,7 +4,7 @@ server:
4
  whisper:
5
  length_ms: 5000
6
  keep_ms: 200
7
- step_ms: 5000
8
  model: "models/ggml-large-v3.bin"
9
  # model: "models/ggml-base.bin"
10
  # model: "models/ggml-medium.en.bin"
@@ -21,7 +21,7 @@ whisper:
21
  # temperature_inc: 0
22
  # entropy_threshold: 2.5
23
  # entropy_threshold: 2.8
24
- # n_max_text_ctx: 64 #16384
25
  print_special: false
26
  print_progress: false
27
  print_realtime: false
 
4
  whisper:
5
  length_ms: 5000
6
  keep_ms: 200
7
+ step_ms: 500
8
  model: "models/ggml-large-v3.bin"
9
  # model: "models/ggml-base.bin"
10
  # model: "models/ggml-medium.en.bin"
 
21
  # temperature_inc: 0
22
  # entropy_threshold: 2.5
23
  # entropy_threshold: 2.8
24
+ n_max_text_ctx: 0 #16384
25
  print_special: false
26
  print_progress: false
27
  print_realtime: false