code-llama-for-vscode icon indicating copy to clipboard operation
code-llama-for-vscode copied to clipboard

It seems like have a bug?

Open Arcmoon-Hu opened this issue 2 years ago • 0 comments

When run 13b version? I add a function seems like:

def run_text_completion(prompts):
    geneartor.text_completion(...)

It will be in loop before self.geneaotor in llama.geneartor method, and use geneartor.chat_completion it will be fine. I'm very confused.

Arcmoon-Hu avatar Aug 29 '23 07:08 Arcmoon-Hu