Skip to content

Commit

Permalink
docs(readme): update notes about VRAM caps (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Mar 19, 2023
1 parent ec008f1 commit 0a245f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ svc --model-path <model-path> source.wav

### Training

Use of Google Colab is recommended. (To train locally, you need at least 12GB of VRAM.)

#### Google Colab

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/34j/so-vits-svc-fork/blob/main/notebooks/so-vits-svc-fork-4.0.ipynb)
Expand All @@ -98,6 +96,8 @@ svc pre-hubert
svc train
```

It is recommended to change the batch_size in `config.json` before the `train` command to match the VRAM capacity. As tested, the default requires about 14 GB.

### Further help

For more details, run `svc -h` or `svc <subcommand> -h`.
Expand Down

0 comments on commit 0a245f4

Please sign in to comment.