diff --git a/.gitignore b/.gitignore index 6b80573..4b4227e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ __pycache__/ collect.txt data/ -model/ +models/ unsloth_compiled_cache/ \ No newline at end of file diff --git a/scripts/local.sh b/scripts/local.sh index 9efdc3b..b29c419 100755 --- a/scripts/local.sh +++ b/scripts/local.sh @@ -28,7 +28,7 @@ docker run \ --gpus=all \ -p 8080:8080 \ --env-file .env \ - -v /$(pwd)/model/:/root/models/current/ \ + -v /$(pwd)/models/:/root/models/ \ -v /$(pwd)/iterations/:/root/data/iterations/ \ -v /$(pwd)/tasks/:/root/data/tasks/ \ -v /$(pwd)/user/:/root/data/user/ \