Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ recursive-include swift/utils *.py
recursive-include swift/llm/dataset/data *.*
recursive-include swift/llm/ds_config *.json
recursive-include requirements *.txt
recursive-include swift/llm/template/agent *.json
recursive-include swift/plugin/agent *.json
1 change: 1 addition & 0 deletions docs/source/Instruction/ReleaseNote3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
- add_output_dir_suffix更名为add_version
- 移除了eval_token,使用api_key支持
- target_modules(lora_target_modules)的ALL改为了all-linear,含义相同
- deepspeed的配置更改为`default-zero2`->`zero2`, `default-zero3`->`zero3`

2.0标记为compatible参数的部分整体移除了。

Expand Down
Loading