TigerResearch / TigerBot

TigerBot: A multi-language multi-task LLM
https://www.tigerbot.com
Apache License 2.0
2.24k stars 194 forks source link

other_infer/exllamav2_hf_infer.py #171

Closed sujitvasanth closed 9 months ago

sujitvasanth commented 9 months ago

there is an error in line 274 of other_infer/exllamav2_hf_infer.py that blocks execution print(text, end='', flush=True)

should read print(new_text, end='', flush=True)

Vivicai1005 commented 9 months ago

thanks for your feedback and we just corrected it