Skip to content

Commit

Permalink
resolve_conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nadare881 committed Jun 24, 2023
1 parent daff509 commit 4d67354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
これはVCClientでv3モデルを試すためのフォーク版です。それ以外の用途ではフォーク元を利用してください

## VC Client

[English](/README_en.md)
Expand Down
2 changes: 1 addition & 1 deletion server/voice_changer/RVC/inferencer/Inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Inferencer(Protocol):
inferencerType: EnumInferenceTypes = EnumInferenceTypes.pyTorchRVC
file: str
isHalf: bool = False
isHalf: bool = True
gpu: int = 0

model: onnxruntime.InferenceSession | Any | None = None
Expand Down

0 comments on commit 4d67354

Please sign in to comment.