mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
update sleep interval
This commit is contained in:
@@ -19,5 +19,5 @@ def gpt4all_generate_stream(model, tokenizer, params, device, max_position_embed
|
||||
|
||||
while t.is_alive():
|
||||
yield sys.stdout.output
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.01)
|
||||
t.join()
|
||||
|
Reference in New Issue
Block a user