bingnandu
bingnandu
# What does this PR do? Fixes # (issue) ## Before submitting - [x] Did you read the [contributor guideline](https://github.com/hiyouga/LLaMA-Factory/blob/main/.github/CONTRIBUTING.md)?
# What does this PR do? 添加对360Zhinao的支持: 1、当使用360Zhinao模型进行chat时,stop_words里面需要加上"<eod>",这个是模型所需要的,跟tokenizer有关,否则会输出异常,表现为持续输出乱码; 2、微调时需加上"o_proj","gate_proj","down_proj","qkv_proj","up_proj",否则loss的下降会出现异常。 ## Before submitting - [x] Did you read the [contributor guideline](https://github.com/hiyouga/LLaMA-Factory/blob/main/.github/CONTRIBUTING.md)?
The `save_checkpoint_and_time()` function now internally manages the `'interval-time'` timer. As a result, the external calls to start and stop this timer should be removed to prevent conflicts and potential errors...