resolve_conflict

This commit is contained in:
nadare 2023-06-24 21:01:50 +09:00
parent daff5098f8
commit 4d67354ea6
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
これはVCClientでv3モデルを試すためのフォーク版です。それ以外の用途ではフォーク元を利用してください
## VC Client
[English](/README_en.md)

View File

@ -8,7 +8,7 @@ from const import EnumInferenceTypes
class Inferencer(Protocol):
inferencerType: EnumInferenceTypes = EnumInferenceTypes.pyTorchRVC
file: str
isHalf: bool = False
isHalf: bool = True
gpu: int = 0
model: onnxruntime.InferenceSession | Any | None = None