From a31aefe69846b8c4476aa484fedd6511c98f3aaf Mon Sep 17 00:00:00 2001 From: oturki Date: Sun, 22 Jan 2023 18:33:38 +0300 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fc1ca5..040c8a3 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ docker run -it --gpus=all --net=host --ipc=host -v $(pwd):/app/ valle/python3.10 ``` The last command will run the docker image using all the available GPUs, you can refer to the [documentation](https://docs.docker.com/config/containers/resource_constraints/#:~:text=an%20error%20occurs.-,GPU,-%F0%9F%94%97) to specify the GPUs you want to use. Also, it will use a volume that keeps all of the container's files shared between the container's `/app` and the current working directory of the server `$(pwd)`. -1. Pip +2. Pip ``` pip install git+https://github.com/enhuiz/vall-e ``` -1. Clone +3. Clone ``` git clone --recurse-submodules https://github.com/enhuiz/vall-e.git