-
Notifications
You must be signed in to change notification settings - Fork 305
Add code to log completions as OpenPipe request logs #2
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
Conversation
"unsloth ; sys_platform == 'linux'", | ||
"unsloth-zoo ; sys_platform == 'linux'", | ||
"vllm>=0.7.0", | ||
"wandb>=0.19.8", | ||
"peft>=0.14.0", | ||
"openpipe>=4.49.0", | ||
"torchtune==0.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bradhilton Not sure if it matters whether we use 0.5.0 or 0.6.0 which was released today, but thought it was best to specify to be safe.
@@ -1,35 +1,23 @@ | |||
version = 1 | |||
revision = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bradhilton Which version of uv are you using? I'm on 0.6.10
, but I can standardize to yours to avoid rewriting the lockfile on each installation!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just upgraded my uv install, we should be good
"\n", | ||
" puzzle_key = generate_puzzle_key(puzzle)\n", | ||
" print(f\"puzzle_key: {puzzle_key}\")\n", | ||
" op_client.report(\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logic for reporting completions to OpenPipe
This PR adds an example of logging completions to OpenPipe.
Code:
Logs in OpenPipe:
