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 662cfcc commit 601a6ebCopy full SHA for 601a6eb
mellea/stdlib/sampling/budget_forcing.py
@@ -7,7 +7,7 @@
7
from mellea.backends import Backend, BaseModelSubclass
8
from mellea.backends.ollama import OllamaModelBackend
9
from mellea.helpers.fancy_logger import FancyLogger
10
-from mellea.stdlib import funcs as mfuncs
+from mellea.stdlib import functional as mfuncs
11
from mellea.stdlib.base import ModelOutputThunk
12
from mellea.stdlib.requirement import Requirement, ValidationResult
13
from mellea.stdlib.sampling import RejectionSamplingStrategy, SamplingResult
0 commit comments