Skip to content

Commit b911092

Browse files
authored
Refactor Agent Template (#3918)
1 parent 526f8a4 commit b911092

File tree

80 files changed

+1980
-1559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1980
-1559
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ recursive-include swift/utils *.py
22
recursive-include swift/llm/dataset/data *.*
33
recursive-include swift/llm/ds_config *.json
44
recursive-include requirements *.txt
5-
recursive-include swift/plugin/agent *.json
5+
recursive-include swift/plugin/loss_scale/config *.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Running Environment:
126126
| peft | >=0.11,<0.16 | ||
127127
| trl | >=0.13,<0.17 | 0.16 |RLHF|
128128
| deepspeed | >=0.14 | 0.14.5 | Training |
129-
| vllm | >=0.5.1 | 0.7.3/0.8.3 | Inference/Deployment/Evaluation |
129+
| vllm | >=0.5.1 | 0.7.3/0.8.4 | Inference/Deployment/Evaluation |
130130
| lmdeploy | >=0.5 | 0.7.2.post1 | Inference/Deployment/Evaluation |
131131
| evalscope | >=0.11 | | Evaluation |
132132

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pip install -e .
121121
| peft | >=0.11,<0.16 | ||
122122
| trl | >=0.13,<0.17 | 0.16 |RLHF|
123123
| deepspeed | >=0.14 | 0.14.5 |训练|
124-
| vllm | >=0.5.1 | 0.7.3/0.8.3 |推理/部署/评测|
124+
| vllm | >=0.5.1 | 0.7.3/0.8.4 |推理/部署/评测|
125125
| lmdeploy | >=0.5 | 0.7.2.post1 |推理/部署/评测|
126126
| evalscope | >=0.11 | |评测|
127127

-689 KB
Binary file not shown.
-874 KB
Binary file not shown.
-337 KB
Binary file not shown.
-565 KB
Binary file not shown.
-429 KB
Binary file not shown.
-524 KB
Binary file not shown.
-730 KB
Binary file not shown.

0 commit comments

Comments
 (0)