as the titlewhat should i do to run the demo ?
需要先下载llama-1-13b,和Ziya-LLaMA-13B-v1合并,合并后的模型用LlamaForCausalLM.from_pretrained加载,该仓库的文件下载到本地,再用PeftModel.from_pretrained加载,具体可以看chatlaw在github上的README.md(使用Usage)
· Sign up or log in to comment