mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-29 02:10:59 +08:00
doc: add TransformerEngine installation instruction (#498)
This commit is contained in:
@@ -92,6 +92,14 @@ conda activate chattts
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
#### Optional: Install TransformerEngine if using NVIDIA GPU
|
||||
> [!Note]
|
||||
> The installation process is very slow.
|
||||
|
||||
```bash
|
||||
!pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable
|
||||
```
|
||||
|
||||
### Quick Start
|
||||
> Make sure you are under the project root directory when you execute these commands below.
|
||||
|
||||
|
||||
Vendored
+17
-2
@@ -19,7 +19,22 @@
|
||||
"source": [
|
||||
"!cd /content\n",
|
||||
"!rm -rf sample_data ChatTTS\n",
|
||||
"!git clone https://github.com/2noise/ChatTTS.git\n",
|
||||
"!git clone https://github.com/2noise/ChatTTS.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Install Requirements"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install -r /content/ChatTTS/requirements.txt\n",
|
||||
"!ldconfig /usr/lib64-nvidia"
|
||||
]
|
||||
@@ -30,7 +45,7 @@
|
||||
"id": "zdzEFoknxqTH"
|
||||
},
|
||||
"source": [
|
||||
"## Import Libs"
|
||||
"## Import Packages"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user