-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathconfig.yaml
More file actions
57 lines (46 loc) · 1.02 KB
/
Copy pathconfig.yaml
File metadata and controls
57 lines (46 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
server:
port:
# comma seperated list of model_name to load on startup
# from env
startup_models : ${OPENRARC_AUTOLOAD_MODELS}
models:
qwen35-08b:
engine: ovgenai
model_type: llm
model_path: /mnt/Ironwolf-4TB/Models/OpenVINO/Qwen3.5/Qwen3.5-0.8B-int8_asym-ov/
device: CPU
runtime_config:
PERFORMANCE_HINT: LATENCY
samplers:
temperature: 0.7
top_k: 40
top_p: 0.95
repetition_penalty: 1.05
max_tokens: 1024
kokoro:
engine: openvino
model_type: kokoro
model_path:
device: CPU
kokoro_options:
voice: af_sarah
voice_blend: af_heart:0.7,af_nicole:0.3
lang_code:
speed: 1.0
chracter_count_chunk: 100
qwen3asr:
engine: openvino
model_type: qwen3_asr
model_path:
device: CPU
qwen3_asr_options:
language:
max_tokens:
max_chunk_sec:
search_expand_sec:
min_window_ms:
qwen3_tts_elmo:
model_type: qwen3_tts_voice_clone
model_path:
engine: openvino
device: GPU.0