Commit 00a162d1 authored by chenych's avatar chenych
Browse files

Updata README about XVERSE issuse

parent 3c6ee1cb
......@@ -30,7 +30,11 @@ LLaMA Factory是一个大语言模型训练和推理的框架,支持了魔搭
您也可以在 [template.py](src/llamafactory/data/template.py) 中添加自己的对话模板。
> **[!NOTE]** `Baichuan 2` 需要卸载掉环境中的xformers库,当前仅支持Lora方式训练。
> **[!NOTE]**
>
> 1. `Baichuan 2` 需要卸载掉环境中的xformers库,当前仅支持Lora方式训练。
>
> 2. `XVERSE`在`tokenizer > 0.19`的版本下有兼容性问题报错`Exception: data did not match any variant of untagged enum PyPreTokenizerTypeWrappe`,解决方法参考[xverse-ai/XVERSE-7B issues](https://github.com/xverse-ai/XVERSE-7B/issues/1)
## 使用源码编译方式安装
### 环境准备
......
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