model
Browse files- scripts/model.yaml +1 -1
scripts/model.yaml
CHANGED
@@ -24,7 +24,7 @@ model_config:
|
|
24 |
|
25 |
# Directory in which to save checkpoints and logs. If running in a Lightning Studio Job, look for it in
|
26 |
# /teamspace/jobs/<job-name>/share. (type: <class 'Path'>, default: out/pretrain)
|
27 |
-
out_dir: out/pretrain/
|
28 |
|
29 |
# The precision to use for pretraining. Possible choices: "bf16-true", "bf16-mixed", "32-true". (type: Optional[str], default: null)
|
30 |
# precision: bf16-mixed
|
|
|
24 |
|
25 |
# Directory in which to save checkpoints and logs. If running in a Lightning Studio Job, look for it in
|
26 |
# /teamspace/jobs/<job-name>/share. (type: <class 'Path'>, default: out/pretrain)
|
27 |
+
out_dir: "../out/pretrain/"
|
28 |
|
29 |
# The precision to use for pretraining. Possible choices: "bf16-true", "bf16-mixed", "32-true". (type: Optional[str], default: null)
|
30 |
# precision: bf16-mixed
|