Skip to content

Commit ae5eb4d

Browse files
timo282mo374z
authored andcommitted
Feature/workflows (#8)
* chore: add codeowners file * chore: add python poetry action and docs workflow * chore: update pre-commit file * chore: update docs * chore: update logo * chore: add cicd pipeline for automated deployment * chore: update poetry version * chore: fix action versioning * chore: add gitattributes to ignore line count in jupyter notebooks * chore: add and update docstrings * chore: fix end of files * chore: update action versions * Update README.md --------- Co-authored-by: mo374z <schlager.mo@t-online.de>
1 parent e9836d6 commit ae5eb4d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

promptolution/__init__.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from . import llms
2-
from . import optimizers
3-
from . import predictors
4-
from . import tasks
5-
from . import callbacks
6-
from . import config
7-
from .utils import prompt_creation
1+
"""Promptolution: A library for prompt tuning."""
2+
3+
from . import callbacks, config, llms, optimizers, predictors, tasks

0 commit comments

Comments
 (0)