From d7e2148ce1f079a957aadbfc470887abab4ffbf9 Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 17 Nov 2022 22:20:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157eebb..93dd7e0 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ The cache directories for different models correspond as follows: docker run -p 8080:8080 \ -v /path/to/torch_cache:/root/.cache/torch \ -v /path/to/huggingface_cache:/root/.cache/huggingface \ ---rm cwq1913/lama-cleaner:cpu-0.24.4 \ +--rm cwq1913/lama-cleaner:cpu-0.26.1 \ lama-cleaner --device=cpu --port=8080 --host=0.0.0.0 ``` @@ -216,7 +216,7 @@ lama-cleaner --device=cpu --port=8080 --host=0.0.0.0 docker run --gpus all -p 8080:8080 \ -v /path/to/torch_cache:/root/.cache/torch \ -v /path/to/huggingface_cache:/root/.cache/huggingface \ ---rm cwq1913/lama-cleaner:gpu-0.24.4 \ +--rm cwq1913/lama-cleaner:gpu-0.26.1 \ lama-cleaner --device=cuda --port=8080 --host=0.0.0.0 ```