mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-31 17:54:57 +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
|
||||
eventlet.monkey_patch()
|
||||
import os
|
||||
os.system('color')
|
||||
os.system("")
|
||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||
from eventlet import tpool
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user