Skip to content

Commit 8c149fd

Browse files
authored
v3.2
1 parent 32e624a commit 8c149fd

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/User_Manual/config.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Compute_Device:
33
- cpu
44
database_creation: cpu
55
database_query: cpu
6-
gpu_brand:
7-
EMBEDDING_MODEL_NAME: null
6+
gpu_brand:
7+
EMBEDDING_MODEL_NAME:
88
Platform_Info:
9-
os:
9+
os:
1010
Supported_CTranslate2_Quantizations:
1111
CPU:
1212
- float32
@@ -22,13 +22,13 @@ Supported_CTranslate2_Quantizations:
2222
- int8
2323
bark:
2424
enable_cpu_offload: false
25-
model_precision: float32
26-
size: small
25+
model_precision: float16
26+
size: normal
2727
speaker: v2/en_speaker_6
2828
use_better_transformer: true
2929
database:
30-
chunk_overlap: 250
31-
chunk_size: 750
30+
chunk_overlap: 200
31+
chunk_size: 800
3232
contexts: 6
3333
similarity: 0.9
3434
embedding-models:
@@ -65,11 +65,10 @@ styles:
6565
frame: 'background-color: #161b22;'
6666
input: 'background-color: #2e333b; color: light gray; font: 13pt "Segoe UI Historic";'
6767
text: 'background-color: #092327; color: light gray; font: 12pt "Segoe UI Historic";'
68-
test_embeddings: true
6968
transcribe_file:
7069
device: cpu
7170
file: null
72-
model: medium.en
71+
model: small.en
7372
quant: float32
7473
timestamps: true
7574
transcriber:
@@ -108,4 +107,4 @@ vision:
108107
- float32
109108
available_sizes:
110109
- 470m
111-
test_image: null
110+
test_image:

0 commit comments

Comments
 (0)