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.