From 703f7c720747dec734271e243a117f5c02181f83 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 1 Oct 2022 12:31:33 +0200 Subject: [PATCH] add date --- scripts/migratev1tov2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/migratev1tov2.sh b/scripts/migratev1tov2.sh index 817884b..0b67158 100755 --- a/scripts/migratev1tov2.sh +++ b/scripts/migratev1tov2.sh @@ -25,5 +25,6 @@ cp -vf cache/weights/parsing_parsenet.pth data/.cache/ cp -v embeddings/* data/embeddings/ +echo this script was created 10/2022 echo Dont forget to run: docker compose --profile download up --build echo the cache and embeddings folders can be deleted, but its not necessary.