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

Allow using ai-binary for code generation only, not code fixing #196

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DonggeLiu
Copy link
Collaborator

@DonggeLiu DonggeLiu commented Mar 29, 2024

Testing a model tuned for code generation.

I will improve the code later:

  1. Separate code generation and code fixing models.
  2. Allow users to customize code generation and code fixing models individually.

@DonggeLiu DonggeLiu added the Experiment-only A PR only to run experiments, do not merge it to main. label Mar 29, 2024
Copy link
Member

@mihaimaruseac mihaimaruseac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we instead expose this to a CLI argument and thread it from there to here?

@DonggeLiu DonggeLiu marked this pull request as draft March 29, 2024 22:15
@DonggeLiu
Copy link
Collaborator Author

Should we instead expose this to a CLI argument and thread it from there to here?

Yes, that's the 'improve the code later' part : )
I was running some local experiments with this now and forgot to turn this into a draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Experiment-only A PR only to run experiments, do not merge it to main.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants