JittorLLMs icon indicating copy to clipboard operation
JittorLLMs copied to clipboard

fix bug in LLaMAModel.chat() in __init__.py

Open yjcexp opened this issue 1 year ago • 0 comments

fix bug in LLaMAModel.chat() in init.py This line of code is missing an indentation, which results in "UnboundLocalError: local variable'output text' referenced before assignment"

yjcexp avatar Jan 06 '24 17:01 yjcexp