diff --git a/MANIFEST.in b/MANIFEST.in index a381457908..008d4701db 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/docs/source/Instruction/ReleaseNote3.0.md b/docs/source/Instruction/ReleaseNote3.0.md index 5c82a02c73..b903301a8b 100644 --- a/docs/source/Instruction/ReleaseNote3.0.md +++ b/docs/source/Instruction/ReleaseNote3.0.md @@ -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参数的部分整体移除了。