Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix in example - Using a DummyLLM to avoid loading one #1119

Open
kgdrathan opened this issue Feb 4, 2025 · 0 comments
Open

[DOCS] Fix in example - Using a DummyLLM to avoid loading one #1119

kgdrathan opened this issue Feb 4, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@kgdrathan
Copy link

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?

  1. DummyLLM is of type AsyncLLM and generate method has been defined instead of agenerate - Changed to LLM and kept generate method as is.
  2. 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.
@kgdrathan kgdrathan added the documentation Improvements or additions to documentation label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant