pipe stderr to log file

Former-commit-id: 7c096afbb1
bing-chat^2
nullonesix 2 years ago committed by GitHub
parent 78c213eefb
commit 1d83e0af0c

@ -14,6 +14,9 @@ from swarms.models.nougat import Nougat
from swarms.models.layoutlm_document_qa import LayoutLMDocumentQA
# from swarms.models.fuyu import Fuyu # Not working, wait until they update
import sys
log_file = open('stderr_log.txt', 'w')
sys.stderr = log_file
__all__ = [

Loading…
Cancel
Save