Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jan 10, 2024
1 parent b46bb5e commit 2b35b07
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions src/User_Manual/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Compute_Device:
database_creation: cpu
database_query: cpu
gpu_brand:
EMBEDDING_MODEL_NAME:
EMBEDDING_MODEL_NAME: null
Platform_Info:
os: windows
os:
Supported_CTranslate2_Quantizations:
CPU:
- float32
Expand All @@ -22,13 +22,13 @@ Supported_CTranslate2_Quantizations:
- int8
bark:
enable_cpu_offload: false
model_precision: float16
size: normal
model_precision: float32
size: small
speaker: v2/en_speaker_6
use_better_transformer: true
database:
chunk_overlap: 200
chunk_size: 800
chunk_overlap: 250
chunk_size: 750
contexts: 6
similarity: 0.9
embedding-models:
Expand Down Expand Up @@ -65,12 +65,12 @@ 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: false
test_embeddings: true
transcribe_file:
device: cpu
file: null
model: large-v2
quant: float16
model: medium.en
quant: float32
timestamps: true
transcriber:
device: cpu
Expand All @@ -85,15 +85,15 @@ vision:
available_sizes:
- 7b
batch: null
chosen_model: llava
chosen_quant: 4-bit
chosen_size: 7b
chosen_model: salesforce
chosen_quant: float32
chosen_size: 470m
cogvlm:
available_quants:
- 4-bit
- 8-bit
available_sizes:
- 18b
- 17.6b
flash_attention2: null
llava:
available_quants:
Expand All @@ -103,4 +103,9 @@ vision:
available_sizes:
- 7b
- 13b
salesforce:
available_quants:
- float32
available_sizes:
- 470m
test_image: null

0 comments on commit 2b35b07

Please sign in to comment.