Commit 6e18af9a authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update readme

parent bd3521b0
...@@ -72,7 +72,7 @@ cd .. && python3 setup.py install ...@@ -72,7 +72,7 @@ cd .. && python3 setup.py install
> >
> 最新lmdepoly推理llama1: > 最新lmdepoly推理llama1:
> >
> 1.LLama-13B:需要在tokenizer_config.json中添加“unk_token”对应的值为"<unk>“ > 1.LLama-13B:需要在tokenizer_config.json中添加“unk_token”对应的值为"\<unk\>“
> >
> 2.LLama-65B:config文件中“architectures”对应的[LlAmaForCausalLM]改成[LlamaForCausalLM] > 2.LLama-65B:config文件中“architectures”对应的[LlAmaForCausalLM]改成[LlamaForCausalLM]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment