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

Safely spawn fine tuned model #494

Merged
merged 5 commits into from
Oct 21, 2023
Merged

Safely spawn fine tuned model #494

merged 5 commits into from
Oct 21, 2023

Conversation

Intex32
Copy link
Member

@Intex32 Intex32 commented Oct 16, 2023

As Aallam implemented the new fine tuning OAI API, we can now more safely spawn a fine tuned model by it's fine tuning job id (rather than the model id). Previous method of spawning model by it's ID is still available. The advantage of the new approach: The fine tuning job includes information about the base model which we can use to check if spawning this model is valid. Previously you could spawn a model with an invalid base model, exceptions were thrown when querying.

@Intex32 Intex32 force-pushed the safely-spawn-fine-tuned-model branch from a657003 to d5e7380 Compare October 17, 2023 17:45
@Intex32 Intex32 self-assigned this Oct 17, 2023
@Intex32 Intex32 marked this pull request as ready for review October 17, 2023 17:47
@Intex32 Intex32 merged commit cdbc923 into main Oct 21, 2023
5 checks passed
@Intex32 Intex32 deleted the safely-spawn-fine-tuned-model branch October 21, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants