From 645eaa43ca183e4336725e3cb12cc1145c1f1be9 Mon Sep 17 00:00:00 2001 From: ivanshin Date: Sun, 20 Aug 2023 18:06:13 +0300 Subject: [PATCH] upd readme --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99f9796..408c639 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,25 @@ set your working directory for app and ouput directory: ```yaml #YAML EXAMPLE -working_dir: D:\\WAV2VEC_ASR_WD\ -output_dir: D:\\WAV2VEC_ASR_OUPUT\ +# [directories settings] +working_dir: /media/ivan/Диск/WAV2VEC_WD +output_dir: /media/ivan/Диск/WAV2VEC_OUTPUT + +# [transcriber settings] +model: #large-v2 # 'tiny' by default if blank (Whisper model settings) + +# [multiple GPU support] +devices: + - cpu + # set your cuda devices: #- cuda:0 + #- cuda:1 + # OR + #set blank if CPU (set same device multiple times to spawn more workers: #- cpu + #- cpu) + +# [logging settings] logs_to_db: True # False -logs_db_path: D:\\WAV2VEC_ASR_DB\ # set path where to store SQLite DB if logs_to_db = True else None +logs_db_path: /media/ivan/Диск/WAV2VEC_DB # set path where to store SQLite DB if logs_to_db = True| else None ``` 2) Create venv and activate: