Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: ssbuild <[email protected]>
  • Loading branch information
ssbuild committed May 12, 2023
1 parent 3843829 commit 9fc8078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@


## state
- ppo 完善中...
- Reinforcement learning...

## update
- <strong>2023-05-10</strong>
- fix lora v2 modules_to_save 自定义额外训练模块
- 0.1.5 rc0 增加reward ppo llm 完整训练 [llm_rlhf_training](https://github.com/ssbuild/llm_rlhf_training)
- 0.1.5 rc1 增加reward ppo chatglm 完整训练 [chatglm_rlhf_training](https://github.com/ssbuild/chatglm_rlhf_training)
- 0.1.5 rc2 增加reward ppo chatglm 完整训练 [chatyuan_rlhf_training](https://github.com/ssbuild/chatyuan_rlhf_training)
- 增加reward ppo llm 完整训练 [rlhf_llm](https://github.com/ssbuild/rlhf_llm)
- 增加reward ppo chatglm 完整训练 [rlhf_chatglm](https://github.com/ssbuild/rlhf_chatglm)
- 增加reward ppo chatyuan 完整训练 [rlhf_chatyuan](https://github.com/ssbuild/rlhf_chatyuan)

- <strong>2023-05-02</strong>
- 0.1.4 增加 prompt_tuning,p_tuning,prefix_tuning,adaption_prompt

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ignore = ['test','tests']
setup(
name='deep_training',
version='0.1.5rc2',
version='0.1.5',
description='an easy training architecture',
long_description='torch_training: https://github.com/ssbuild/deep_training.git',
license='Apache License 2.0',
Expand Down

0 comments on commit 9fc8078

Please sign in to comment.