Closed sujitvasanth closed 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)
thanks for your feedback and we just corrected it
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)