From 960447f92e768abaa49ffdcb5730fef535dc2fd8 Mon Sep 17 00:00:00 2001 From: Anthony Wu <462072+anthonywu@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:24:28 -0700 Subject: [PATCH] update type hint --- src/mflux/config/runtime_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mflux/config/runtime_config.py b/src/mflux/config/runtime_config.py index 490f9ba..8b65bca 100644 --- a/src/mflux/config/runtime_config.py +++ b/src/mflux/config/runtime_config.py @@ -40,7 +40,7 @@ class RuntimeConfig: return self.model_config.num_train_steps @property - def init_image_path(self) -> int: + def init_image_path(self) -> str: return self.config.init_image_path @property