v1.2.0 #29
melih-unsal
announced in
Announcements
v1.2.0
#29
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
New DemoGPT Pipeline
The architecture has been updated to include the following steps:
Additional Changes
Future Release Preview
In the future release, all the steps will be under control with a self-refining strategy where the model refines its own response for each step. Additionally, all the successfully generated steps will be put into a database. This means that next time, similar ones will be selected, eliminating the need to refine redundantly. This will lead to more efficient code generation and a more streamlined process.
Installation and Usage
For the current version, the installation remains the same. You can install DemoGPT using the following command:
Running the Current Version
To run the current version, simply use the demogpt command:
Running the Previous Version
If you want to run the previous version, you can do so by using the --basic flag:
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions