Skip to content
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

Fine tuning support #219

Merged
merged 16 commits into from
Sep 4, 2024
Merged

Fine tuning support #219

merged 16 commits into from
Sep 4, 2024

Conversation

dillonalaird
Copy link
Member

@dillonalaird dillonalaird commented Sep 3, 2024

A couple features and fixes:

  • Keeps fine tune florence2 in meta tools and enables the florence2 tool function to call the fine tuned endpoint
  • Allows the orchestrator to edit code to utilize the new fine tuned model
  • Fixes bug in local code interpreter to ensure the execution path is the remote_path
  • Updates prompts to ensure model prints function output to view results (previous it would expect to see results if it returned them, if it didn't see it this would lead to a long debug loop)
  • Fixes bug where run_code was not returning errors to agent
  • Fixes bug in edit_artifact so it properly outputs error messages for bad edits

@dillonalaird dillonalaird merged commit 0f2f7aa into main Sep 4, 2024
8 checks passed
@dillonalaird dillonalaird deleted the fine-tuning-support branch September 4, 2024 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants