Skip to content

Commit

Permalink
Bugfix:
Browse files Browse the repository at this point in the history
 - onnx export
Documentation
 - notice for AMD user to use DirectML Version
  • Loading branch information
w-okada committed Jun 29, 2023
1 parent 03f5697 commit 8090196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Windows 版と Mac 版を提供しています。

- RVC で使用する場合の GUI の各項目説明は[こちら](tutorials/tutorial_rvc_ja_latest.md)をご覧ください

- AMDのGPUはDirectML版ONNXでのみ使用できる場合があります。(実験的実装です。)

- ダウンロードはこちらから。

| Version | OS | フレームワーク | link | サポート VC | サイズ |
Expand Down
2 changes: 2 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ We offer Windows and Mac versions.

- Please refer to [here](tutorials/tutorial_rvc_en_latest.md) for the description of each item of GUI to be used in RVC.

- AMD GPUs may only be used with DirectML-version ONNX in some cases (as it is an experimental implementation).

- Download (When you cannot download from google drive, try [hugging_face](https://huggingface.co/wok000/vcclient000/tree/main))

| Version | OS | Framework | link | support VC | size |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def subsequent_mask(length):


# @torch.jit.script
@torch.jit._script_if_tracing
# @torch.jit._script_if_tracing
def fused_add_tanh_sigmoid_multiply(input_a, input_b, n_channels):
n_channels_int = n_channels[0]
in_act = input_a + input_b
Expand Down

0 comments on commit 8090196

Please sign in to comment.