Bump torch ver and docs
This commit is contained in:
@@ -90,7 +90,7 @@ ENV LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
|
||||
|
||||
# Based on https://pytorch.org/get-started/locally/
|
||||
|
||||
RUN $PIP_INSTALL torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118
|
||||
RUN $PIP_INSTALL torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
||||
|
||||
|
||||
RUN $PIP_INSTALL jupyterlab
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
- 音声合成時に、生成音声の音の高さ(音高)と抑揚の幅を調整できるように(ただし音質が少し劣化する)。`App.bat`や`Editor.bat`のどちらからでも使えます。
|
||||
- `Editor.bat`の複数話者モデルでの話者指定を可能に
|
||||
- `Editor.bat`で、改行を含む文字列をペーストすると自動的に欄が増えるように。また「↑↓」キーで欄を追加・行き来できるように
|
||||
- `Editor.bat`で、改行を含む文字列をペーストすると自動的に欄が増えるように。また「↑↓」キーで欄を追加・行き来できるように(エディター側で以前に既にアプデしていました)
|
||||
- `Editor.bat`でモデル一覧のリロードをメニューに追加
|
||||
|
||||
**API**
|
||||
|
||||
@@ -41,7 +41,8 @@ call Style-Bert-VITS2\scripts\Setup-Python.bat ..\..\lib\python ..\venv
|
||||
if %errorlevel% neq 0 ( popd & exit /b %errorlevel% )
|
||||
|
||||
@REM 依存関係インストール
|
||||
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118
|
||||
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
||||
|
||||
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
|
||||
|
||||
pip install -r Style-Bert-VITS2\requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user