fix path and naming for lora
This commit is contained in:
parent
032b34ce5b
commit
b2081a518c
1 changed files with 2 additions and 2 deletions
|
@ -633,11 +633,11 @@ function gg_run_mistral_7b_v0_1 {
|
|||
return 0
|
||||
}
|
||||
|
||||
path_lora="../models-mnt/mistral/7B-v2/lora"
|
||||
path_lora="../models-mnt/mistral/7B_v0_1/lora"
|
||||
path_shakespeare="../models-mnt/shakespeare"
|
||||
|
||||
shakespeare="${path_shakespeare}/shakespeare.txt"
|
||||
lora_shakespeare="${path_lora}/ggml-adapter-model.bin"
|
||||
lora_shakespeare="${path_lora}/adapter-model.bin"
|
||||
|
||||
# TODO - we need mistral lora
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue