You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "F:\oobabooga_windows\installer_files\env\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "F:\oobabooga_windows\installer_files\env\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
I keep getting this error while using the extension. It still seems to be working (aside from slower performance than I expected), but that error is being generated frequently.
I'm on Windows 11. Hardware is 4090 gpu, 13900k cpu, and I have 64gb system ram. Running Vicuna 13b 4bit-128g in chat mode.
The text was updated successfully, but these errors were encountered:
ERROR:Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "F:\oobabooga_windows\installer_files\env\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "F:\oobabooga_windows\installer_files\env\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
I keep getting this error while using the extension. It still seems to be working (aside from slower performance than I expected), but that error is being generated frequently.
I'm on Windows 11. Hardware is 4090 gpu, 13900k cpu, and I have 64gb system ram. Running Vicuna 13b 4bit-128g in chat mode.
The text was updated successfully, but these errors were encountered: