From 8a95f19fbfac84c50544cf35ea0b0c2320a09518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E9=82=91?= Date: Mon, 30 Sep 2024 17:10:01 +0800 Subject: [PATCH] add asset_files to export entry --- tzrec/export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tzrec/export.py b/tzrec/export.py index 4da2005..8a5cf0b 100644 --- a/tzrec/export.py +++ b/tzrec/export.py @@ -46,4 +46,5 @@ args.pipeline_config_path, export_dir=args.export_dir, checkpoint_path=args.checkpoint_path, + asset_files=args.asset_files, )