tweak finetune.sh
This commit is contained in:
parent
e1ebce03d6
commit
1758d0abef
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ cd ../..
|
||||||
|
|
||||||
EXE="./finetune"
|
EXE="./finetune"
|
||||||
|
|
||||||
MODEL="openllama-3b-v2.gguf"
|
MODEL="c:/models/openllama-3b-v2.gguf"
|
||||||
|
|
||||||
while getopts "dg" opt; do
|
while getopts "dg" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
|
@ -21,7 +21,7 @@ while getopts "dg" opt; do
|
||||||
done
|
done
|
||||||
|
|
||||||
$DEBUGGER $EXE \
|
$DEBUGGER $EXE \
|
||||||
--model-base c:/models/$MODEL \
|
--model-base $MODEL \
|
||||||
$GPUARG \
|
$GPUARG \
|
||||||
--checkpoint-in chk-ol3b-shakespeare-LATEST.gguf \
|
--checkpoint-in chk-ol3b-shakespeare-LATEST.gguf \
|
||||||
--checkpoint-out chk-ol3b-shakespeare-ITERATION.gguf \
|
--checkpoint-out chk-ol3b-shakespeare-ITERATION.gguf \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue