tridungduong-unsw
tridungduong-unsw
Hi @gabrielmbmb, I face the same problem. The code is as follows: ``` import json import os import pdb import openai from distilabel.llms import AzureOpenAILLM, OpenAILLM, vLLM from distilabel.llms.mistral import...
Hi @gabrielmbmb, I'm currently trying to modify it as follows: ``` import json import os import pdb import openai from distilabel.llms import AzureOpenAILLM, OpenAILLM, vLLM from distilabel.llms.mistral import MistralLLM from...
Hi @gabrielmbmb, yes, I'm using conda env. btw, I make it run now but need to modify a little bit. Other people will the same problem can try: ``` import...