Skip to content

Commit cad893f

Browse files
tuliocoppolaTulio Coppolanrfulton
authored andcommitted
refactor: Full refactor of the Decompose CLI Tool & introduction of prompt_modules (generative-computing#105)
* Implements "prompt_modules" and complete refactor of the "decompose" feature * typo: missing period * minor fix: changed the "NotRequired" import * fix: minor fixes * moves prompt_modules to utils * moves decompose modules to appropriate path * refactor: moves prompt_modules to cli scope Signed-off-by: Tulio Coppola <[email protected]> * adds README.md to write later Signed-off-by: Tulio Coppola <[email protected]> --------- Signed-off-by: Tulio Coppola <[email protected]> Co-authored-by: Tulio Coppola <[email protected]> Co-authored-by: Nathan Fulton <[email protected]>
1 parent 396bf7a commit cad893f

File tree

132 files changed

+3278
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3278
-943
lines changed

cli/alora/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typer
22

33
alora_app = typer.Typer(
4-
name="alora", help="Train or upload aLoRA models for requirement validator"
4+
name="alora", help="Train or upload aLoRAs for requirement validation."
55
)
66

77

cli/decomp/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

cli/decomp/prompts/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

cli/decomp/prompts/metaprompts/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

cli/decomp/prompts/metaprompts/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

cli/decomp/prompts/metaprompts/metaprompt_get_input_data.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

cli/decomp/prompts/metaprompts/metaprompt_subtask_gen.py

Lines changed: 0 additions & 135 deletions
This file was deleted.

cli/decomp/prompts/metaprompts/metaprompt_subtask_list_tags.py

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)