SCIR-HI / Huatuo-Llama-Med-Chinese

Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调
Apache License 2.0
4.34k stars 429 forks source link

模型文件应该放在什么位置 #24

Closed caichuang0415 closed 1 year ago

caichuang0415 commented 1 year ago

请问,LoRA权重下载了之后,应当放在哪个路径下?

s65b40 commented 1 year ago

您好,放在哪里都可以,放好后可以通过修改scripts/infer.sh中的lora weight的路径进行lora权重的添加

caichuang0415 commented 1 year ago

好的,谢谢~