We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9836d6 commit ae5eb4dCopy full SHA for ae5eb4d
promptolution/__init__.py
@@ -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
+"""Promptolution: A library for prompt tuning."""
+
+from . import callbacks, config, llms, optimizers, predictors, tasks
0 commit comments