Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Agent Traces Pipeline#565

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
baptistecolle wants to merge37 commits intomain
base:main
Choose a base branch
Loading
fromagent-traces-v2
Draft
Changes from1 commit
Commits
Show all changes
37 commits
Select commitHold shift + click to select a range
e7df036
Start agent traces
aymeric-roucherFeb 24, 2025
6d0963e
Working local version with o1
aymeric-roucherFeb 25, 2025
a6f5a15
Update api addr
aymeric-roucherFeb 26, 2025
38bfa93
Increase concurrent requests
aymeric-roucherFeb 26, 2025
7d9fc6e
Update sbatch params
aymeric-roucherFeb 26, 2025
7a1fb98
Add conda activation
aymeric-roucherFeb 26, 2025
1a7becf
Use local model
aymeric-roucherFeb 26, 2025
f35337e
128 concurrent
aymeric-roucherFeb 26, 2025
28bc464
Log
aymeric-roucherFeb 26, 2025
319ae52
Add conda init
aymeric-roucherFeb 26, 2025
69d55f6
Fix slurm script
aymeric-roucherFeb 26, 2025
c8aa2c4
Add await
aymeric-roucherFeb 26, 2025
6df6161
Try fixing async func
aymeric-roucherFeb 26, 2025
b402450
Add stop sequences
aymeric-roucherFeb 26, 2025
b2996c1
Add port
aymeric-roucherFeb 27, 2025
f6f138b
Make synchronous
aymeric-roucherFeb 28, 2025
23c2128
Small adapts to script
aymeric-roucherFeb 28, 2025
52ac4e2
More detailed error logging
aymeric-roucherFeb 28, 2025
0adc082
Even more detailed request error logging
aymeric-roucherFeb 28, 2025
884c8e9
Reduce context length
aymeric-roucherFeb 28, 2025
64ae551
Add token counting
aymeric-roucherFeb 28, 2025
2e7d1da
Fix message roles an add token counting
aymeric-roucherFeb 28, 2025
7bcb96e
Add dummy completion
aymeric-roucherFeb 28, 2025
28afbef
Test
aymeric-roucherFeb 28, 2025
5ed2005
Running with gpt-4o
aymeric-roucherFeb 28, 2025
ce7d8bd
Update timeouts
aymeric-roucherFeb 28, 2025
6a9db1b
Adjust
aymeric-roucherFeb 28, 2025
e245aa0
Flatten messages
aymeric-roucherFeb 28, 2025
b6de9cb
Prompt more around testing the function
aymeric-roucherFeb 28, 2025
9cdf0d9
Improve explanations in prompt
aymeric-roucherFeb 28, 2025
ef3f888
Also store final outputs
aymeric-roucherMar 13, 2025
91e4dc1
wip(generate + eda): working generation + add initial eda
baptistecolleMar 31, 2025
5d7205d
feat(eda): uploaded dataset for training
baptistecolleMar 31, 2025
c1cea15
feat(train): added training recipe for agentic traces
baptistecolleMar 31, 2025
8cc3983
fix(deps): fix smolagent dep
baptistecolleMar 31, 2025
3b021de
fix(deps): fix smolagent dep
baptistecolleMar 31, 2025
2fbac03
fix: remove uncessary changes
baptistecolleMar 31, 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
PrevPrevious commit
NextNext commit
fix(deps): fix smolagent dep
  • Loading branch information
@baptistecolle
baptistecolle committedMar 31, 2025
commit8cc3983a7a26cad6d60241a3b9c27a1b64962ba9
2 changes: 1 addition & 1 deletionsetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -92,7 +92,7 @@ def deps_list(*pkgs):
extras["code"] = deps_list("e2b-code-interpreter", "python-dotenv")
extras["eval"] = deps_list("lighteval", "math-verify")
extras["dev"] = extras["quality"] + extras["tests"] + extras["eval"] + extras["code"]
extras["smolagents"] = deps_list("smolagents==1.12.0")
extras["smolagents"] = deps_list("smolagents")
extras["jupyter"] = deps_list("ipykernel", "ipywidgets")

# core dependencies shared across the whole project - keep this to a bare minimum :)
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp