D Tucker
04/20/2024, 9:22 PM/artifacts
and /lightning_logs
files which causes my production build to fail. I've tried passing trainer_kwargs
but doing so throws an error in 1.6.3
which is the version I'm stuck with because my engineering team uses snowflake, and snowflake has only that version available. Is there any way I can disable file writing in version 1.6.3
?José Morales
04/22/2024, 2:58 PMtrainer_kwargs
and what was the error? You should be able to provide logger=False
and it'd disable the lightning logs