From 38218e794d723288c2af6799f87d993bfce4d452 Mon Sep 17 00:00:00 2001 From: Jarod Mica Date: Sat, 16 Nov 2024 02:57:56 -0800 Subject: [PATCH] update name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ee3958..0cd8fece 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Working on turning this into a package. Right now, the API *does in fact* work Ideally, do this all inside of a venv for package isolation 1. Install by doing: ``` - pip install git+https://github.com/JarodMica/GPT-SoVITS.git + pip install git+https://github.com/JarodMica/GPT-SoVITS-Package.git ``` 2. Make sure torch is installed with CUDA enabled. Reccomend to run `pip uninstall torch` to uninstall torch, then reinstall with the following. I chose 2.4.0+cu121: ```