pipe stderr to log file

pull/67/head
nullonesix 2 years ago committed by GitHub
parent cf6cd14a45
commit 7c096afbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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