Skip to content

Refactor Agent Template #3918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
Apr 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
475611b
update
Jintao-Huang Apr 17, 2025
146003f
Merge branch 'main' into support_more_tool_template
Jintao-Huang Apr 17, 2025
c9e603c
update
Jintao-Huang Apr 17, 2025
055052d
update
Jintao-Huang Apr 17, 2025
dcc88fc
update
Jintao-Huang Apr 17, 2025
e8c5a15
Merge remote-tracking branch 'refs/remotes/origin/support_more_tool_t…
Jintao-Huang Apr 17, 2025
0246ffd
update
Jintao-Huang Apr 18, 2025
3f6c32d
update
Jintao-Huang Apr 18, 2025
665bc02
update
Jintao-Huang Apr 18, 2025
c08414c
update
Jintao-Huang Apr 18, 2025
9ab114e
update
Jintao-Huang Apr 19, 2025
216076f
update
Jintao-Huang Apr 19, 2025
74269dd
update
Jintao-Huang Apr 19, 2025
5bbae0b
update
Jintao-Huang Apr 19, 2025
c624a37
update
Jintao-Huang Apr 19, 2025
d795a3e
update
Jintao-Huang Apr 19, 2025
3dba386
update
Jintao-Huang Apr 19, 2025
a8e5b9f
update
Jintao-Huang Apr 19, 2025
0d51398
update
Jintao-Huang Apr 20, 2025
ed5d5df
update
Jintao-Huang Apr 20, 2025
8bca3c0
update
Jintao-Huang Apr 20, 2025
2febdd4
update
Jintao-Huang Apr 20, 2025
7b9b7c2
update
Jintao-Huang Apr 20, 2025
36bb090
update
Jintao-Huang Apr 20, 2025
eccf401
update
Jintao-Huang Apr 20, 2025
b859c57
Merge branch 'main' into support_more_tool_template
Jintao-Huang Apr 21, 2025
b3b03e2
update
Jintao-Huang Apr 21, 2025
ce55b19
update
Jintao-Huang Apr 21, 2025
1e072f8
update
Jintao-Huang Apr 21, 2025
4e363e5
update shell
Jintao-Huang Apr 21, 2025
f754dc5
update
Jintao-Huang Apr 21, 2025
2198ce0
update
Jintao-Huang Apr 21, 2025
b68fcce
update
Jintao-Huang Apr 21, 2025
61080e3
update
Jintao-Huang Apr 21, 2025
cc69b1e
update
Jintao-Huang Apr 21, 2025
ecab5fc
fix
Jintao-Huang Apr 22, 2025
a537e9e
Merge remote-tracking branch 'refs/remotes/origin/support_more_tool_t…
Jintao-Huang Apr 22, 2025
d4dbbef
update
Jintao-Huang Apr 22, 2025
b1db801
update
Jintao-Huang Apr 22, 2025
cca17fa
update
Jintao-Huang Apr 22, 2025
249f414
update
Jintao-Huang Apr 22, 2025
aa546b7
update
Jintao-Huang Apr 22, 2025
66d5afe
update
Jintao-Huang Apr 22, 2025
6b3e8ac
update
Jintao-Huang Apr 22, 2025
469e083
Merge remote-tracking branch 'refs/remotes/origin/support_more_tool_t…
Jintao-Huang Apr 22, 2025
ddf8735
update
Jintao-Huang Apr 22, 2025
695c032
update docs
Jintao-Huang Apr 22, 2025
4d05199
update
Jintao-Huang Apr 22, 2025
5a4cb1e
update
Jintao-Huang Apr 22, 2025
85823fa
update
Jintao-Huang Apr 22, 2025
9ba9561
update
Jintao-Huang Apr 22, 2025
6013571
update
Jintao-Huang Apr 22, 2025
01b4756
update
Jintao-Huang Apr 22, 2025
e63eeaf
update
Jintao-Huang Apr 22, 2025
2e05535
fix
Jintao-Huang Apr 22, 2025
89a0c26
update
Jintao-Huang Apr 22, 2025
6d84a2c
Merge branch 'main' into support_more_tool_template
Jintao-Huang Apr 22, 2025
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
Prev Previous commit
Next Next commit
update
  • Loading branch information
Jintao-Huang committed Apr 22, 2025
commit b1db80140410cb437a6c794d1b9812244267526d
3 changes: 3 additions & 0 deletions examples/deploy/agent/server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
CUDA_VISIBLE_DEVICES=0 swift deploy \
--model Qwen/Qwen2.5-7B-Instruct \
--infer_backend vllm \
--gpu_memory_utilization 0.9 \
--max_model_len 8192 \
--max_new_tokens 2048 \
--served_model_name Qwen2.5-7B-Instruct
Loading