Move models directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,5 +4,5 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
collect.txt
|
collect.txt
|
||||||
data/
|
data/
|
||||||
model/
|
models/
|
||||||
unsloth_compiled_cache/
|
unsloth_compiled_cache/
|
||||||
@@ -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/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user