Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanshin committed Aug 20, 2023
1 parent 299c32c commit 645eaa4
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 645eaa4

Please sign in to comment.