Skip to content

Commit b6235c4

Browse files
committed
Merge remote-tracking branch 'origin/main' into avi/gh-actions-pypi
2 parents dcea2c7 + 5116b21 commit b6235c4

File tree

139 files changed

+4697
-2201
lines changed

Some content is hidden

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

139 files changed

+4697
-2201
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pip install mellea
6060
```
6161

6262
> [!NOTE]
63-
> `mellea` comes with some additional packages as defined in our `pyproject.toml`. I you would like to install all the extra optional dependencies, please run the following commands:
63+
> `mellea` comes with some additional packages as defined in our `pyproject.toml`. If you would like to install all the extra optional dependencies, please run the following commands:
6464
>
6565
> ```bash
6666
> uv pip install mellea[hf] # for Huggingface extras and Alora capabilities.

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)