mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-16 11:41:20 +01:00
Windows Color Workaround
Different approach that activates this in windows, hopefully now Linux compatible.
This commit is contained in:
parent
1107a1386d
commit
261e8b67dc
@ -9,7 +9,7 @@
|
|||||||
import eventlet
|
import eventlet
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
import os
|
import os
|
||||||
os.system('color')
|
os.system("")
|
||||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||||
from eventlet import tpool
|
from eventlet import tpool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user