You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you documenting, or what change are you making in the documentation?
DummyLLM is of type AsyncLLM and generate method has been defined instead of agenerate - Changed to LLM and kept generate method as is.
MagpieChatTemplateMixin is not imported in __init__.py of mixins module. Change has been made to import directly from the magpie.py file in mixins module.
The text was updated successfully, but these errors were encountered:
Which page or section is this issue related to?
url: https://distilabel.argilla.io/latest/sections/how_to_guides/basic/task/
source: https://github.com/argilla-io/distilabel/blob/main/docs/sections/how_to_guides/basic/task/index.md
What are you documenting, or what change are you making in the documentation?
DummyLLM
is of typeAsyncLLM
andgenerate
method has been defined instead ofagenerate
- Changed toLLM
and keptgenerate
method as is.MagpieChatTemplateMixin
is not imported in__init__.py
ofmixins
module. Change has been made to import directly from themagpie.py
file inmixins
module.The text was updated successfully, but these errors were encountered: