improve finetune compatibility

This commit is contained in:
josc146
2023-07-03 22:19:20 +08:00
parent 525fb132d6
commit 511652b71c
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ func main() {
backend.CopyEmbed(finetune)
os.Mkdir("models", os.ModePerm)
os.Mkdir("lora-models", os.ModePerm)
os.Mkdir("finetune/json2binidx_tool/data", os.ModePerm)
}
f, err := os.Create("lora-models/train_log.txt")