What's Changed
* adds accelerate example by edbeeching in https://github.com/argilla-io/distilabel/pull/141
* Add a dry-run when calling `Pipeline.generate` by alvarobartt in https://github.com/argilla-io/distilabel/pull/146
* Add Notus format in `Prompt.format_as` and update `examples/*.py` by alvarobartt in https://github.com/argilla-io/distilabel/pull/147
* Add `ProcessLLM` class by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/151
* Adds `CritiqueTask`, `UltraCMTask` and more by alvarobartt in https://github.com/argilla-io/distilabel/pull/152
* docs: add `llama.cpp` to extras by davidberenstein1957 in https://github.com/argilla-io/distilabel/pull/154
* Fix `_build_dataset` as `processed_labels` were ignored by plaguss in https://github.com/argilla-io/distilabel/pull/158
* Add `to_argilla_{dataset,record}` methods in `TextGenerationTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/159
* Fix `UltraFeedbackTask.to_argilla_dataset` ratings values by alvarobartt in https://github.com/argilla-io/distilabel/pull/160
* Align `typing` and `typing_extensions` with supported Python versions by alvarobartt in https://github.com/argilla-io/distilabel/pull/161
* Add `LLMPool` class by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/156
* Add missing `CritiqueTask` and `UltraCMTask` in `__init__` and move `argilla_utils` to `utils.argilla` by alvarobartt in https://github.com/argilla-io/distilabel/pull/162
* Add `test` workflow by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/163
* Update `LLM` to return `Future[List[List[LLMOutput]]]` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/164
* Add `PrometheusTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/165
* Randomise generations order by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/167
* Add custom `to_argilla_{dataset,record}` to `SelfInstructTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/169
* Fix `shuffle_before_labelling` and progress bar in `Pipeline.generate` by alvarobartt in https://github.com/argilla-io/distilabel/pull/170
* Replace `multiprocessing` with `multiprocess` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/171
* Refactor and improve docs by plaguss in https://github.com/argilla-io/distilabel/pull/134
* Fix `SelfInstructTask.{parse_output,to_argilla_record}` methods and `_build_dataset` by alvarobartt in https://github.com/argilla-io/distilabel/pull/172
* Fix `results` didn't have same order as `futures` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/173
* Remove unnecesary plugin by plaguss in https://github.com/argilla-io/distilabel/pull/174
* Add `{generation,labelling}_model` column as metadata in Argilla by alvarobartt in https://github.com/argilla-io/distilabel/pull/175
* Fix exporting model name to Argilla with `LLMPool` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/177
* Update docs to include info about `ProcessLLM` and `LLMPool` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/176
New Contributors
* edbeeching made their first contribution in https://github.com/argilla-io/distilabel/pull/141
* davidberenstein1957 made their first contribution in https://github.com/argilla-io/distilabel/pull/154
**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.1.1...0.2.0