Skip to content

Commit

Permalink
v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jan 20, 2024
1 parent 32e624a commit 8c149fd
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/User_Manual/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Compute_Device:
- cpu
database_creation: cpu
database_query: cpu
gpu_brand:
EMBEDDING_MODEL_NAME: null
gpu_brand:
EMBEDDING_MODEL_NAME:
Platform_Info:
os:
os:
Supported_CTranslate2_Quantizations:
CPU:
- float32
Expand All @@ -22,13 +22,13 @@ Supported_CTranslate2_Quantizations:
- int8
bark:
enable_cpu_offload: false
model_precision: float32
size: small
model_precision: float16
size: normal
speaker: v2/en_speaker_6
use_better_transformer: true
database:
chunk_overlap: 250
chunk_size: 750
chunk_overlap: 200
chunk_size: 800
contexts: 6
similarity: 0.9
embedding-models:
Expand Down Expand Up @@ -65,11 +65,10 @@ styles:
frame: 'background-color: #161b22;'
input: 'background-color: #2e333b; color: light gray; font: 13pt "Segoe UI Historic";'
text: 'background-color: #092327; color: light gray; font: 12pt "Segoe UI Historic";'
test_embeddings: true
transcribe_file:
device: cpu
file: null
model: medium.en
model: small.en
quant: float32
timestamps: true
transcriber:
Expand Down Expand Up @@ -108,4 +107,4 @@ vision:
- float32
available_sizes:
- 470m
test_image: null
test_image:

0 comments on commit 8c149fd

Please sign in to comment.