Move models directory

This commit is contained in:
2025-05-01 17:28:59 +02:00
parent d022d41a5d
commit f63e5db996
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -4,5 +4,5 @@
__pycache__/ __pycache__/
collect.txt collect.txt
data/ data/
model/ models/
unsloth_compiled_cache/ unsloth_compiled_cache/

View File

@@ -28,7 +28,7 @@ docker run \
--gpus=all \ --gpus=all \
-p 8080:8080 \ -p 8080:8080 \
--env-file .env \ --env-file .env \
-v /$(pwd)/model/:/root/models/current/ \ -v /$(pwd)/models/:/root/models/ \
-v /$(pwd)/iterations/:/root/data/iterations/ \ -v /$(pwd)/iterations/:/root/data/iterations/ \
-v /$(pwd)/tasks/:/root/data/tasks/ \ -v /$(pwd)/tasks/:/root/data/tasks/ \
-v /$(pwd)/user/:/root/data/user/ \ -v /$(pwd)/user/:/root/data/user/ \