From 723af96f4219c105edf3dd49b45a37716566562c Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Thu, 22 May 2025 17:34:42 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44c8ea19..b32d2fd9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If you are a Windows user (tested with win>=10), you can [download the integrate ```bash conda create -n GPTSoVits python=3.10 conda activate GPTSoVits -bash install.sh --device --source [--download-uvr5] +bash install.sh --device --source [--download-uvr5] ``` ### macOS @@ -144,13 +144,13 @@ On Windows (Docker Desktop), the default shared memory size is small and may cau The `docker-compose.yaml` defines two services: -- `GPT-SoVITS-CU124` & `GPT-SoVITS-CU128`: Full version with all features. -- `GPT-SoVITS-CU124-Lite` & `GPT-SoVITS-CU128-Lite`: Lightweight version with reduced dependencies and functionality. +- `GPT-SoVITS-CU126` & `GPT-SoVITS-CU128`: Full version with all features. +- `GPT-SoVITS-CU126-Lite` & `GPT-SoVITS-CU128-Lite`: Lightweight version with reduced dependencies and functionality. To run a specific service with Docker Compose, use: ```bash -docker compose run --service-ports +docker compose run --service-ports ``` #### Building the Docker Image Locally @@ -158,7 +158,7 @@ docker compose run --service-ports [--lite] +bash docker_build.sh --cuda <12.6|12.8> [--lite] ``` #### Accessing the Running Container (Bash Shell) @@ -166,7 +166,7 @@ bash docker_build.sh --cuda <12.4|12.8> [--lite] Once the container is running in the background, you can access it using: ```bash -docker exec -it bash +docker exec -it bash ``` ## Pretrained Models