JittorLLMs
JittorLLMs copied to clipboard
fix bug in LLaMAModel.chat() in __init__.py
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"