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 e5d5171 commit 6a2c783Copy full SHA for 6a2c783
src/agentlab/llm/huggingface_utils.py
@@ -69,6 +69,9 @@ def __call__(
69
Returns:
70
If n_samples=1, returns a single AIMessage.
71
If n_samples>1, returns a list of AIMessages.
72
+
73
+ Raises:
74
+ Exception: If the server fails to respond after n_retry_server attempts or if the chat template fails.
75
"""
76
if self.tokenizer:
77
try:
0 commit comments