mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 13:49:27 +02:00
Revert parralism
Testing is done, seems to cause issues in the order things happen with the interface.
This commit is contained in:
parent
d68a91ecd3
commit
c14e6fe5d2
@ -11,7 +11,7 @@ eventlet.monkey_patch(all=True, thread=False)
|
|||||||
import os
|
import os
|
||||||
os.system("")
|
os.system("")
|
||||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||||
os.environ['TOKENIZERS_PARALLELISM'] = 'true'
|
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
||||||
from eventlet import tpool
|
from eventlet import tpool
|
||||||
|
|
||||||
from os import path, getcwd
|
from os import path, getcwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user