Akshay Nambiar

Results 2 issues of Akshay Nambiar

Unable to open mirusan propertly. Error: could not get config info ![issue](https://user-images.githubusercontent.com/53367685/61992669-f12ae980-b07e-11e9-990b-fc636154b89d.JPG)

Wrote the according to the following example at https://distilabel.argilla.io/latest/sections/how_to_guides/advanced/serving_an_llm_for_reuse/#serving-llms-using-vllm: ``` from distilabel.llms import OpenAILLM from distilabel.pipeline import Pipeline from distilabel.steps import LoadDataFromDicts from distilabel.steps.tasks import TextGeneration, UltraFeedback with Pipeline(name="serving-llm") as...