PENG WENJIE

Results 2 issues of PENG WENJIE

I am new to using LLM, and is it possible to just download the open source LM and have multiple conversations without fine-tuning?

bug
question

I am a noob. Here is my code, how can I modify it to do batch inferring? --- def load_model(): model_id = 'llama3/Meta-Llama-3-70B-Instruct' pipeline = transformers.pipeline( "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16},...