Skip to content

Commit 2ce724f

Browse files
yhna940Younghwan Na
and
Younghwan Na
authored
Feature/lint (#17)
* Fix lint * Fix cfg * Fix minor bugs Co-authored-by: Younghwan Na <yhna@Younghwanui-MacBookPro.local>
1 parent 9eb4194 commit 2ce724f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mmtune/mm/tasks/blackbox.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def create_trainable(self) -> Callable:
2323
return partial(
2424
self.contextaware_run,
2525
dict(
26-
base_cfg=self.BASE_CFG,
27-
args=self.ARGS,
28-
rewriters=self.REWRITERS))
26+
base_cfg=self.base_cfg,
27+
args=self.args,
28+
rewriters=self.rewriters))

0 commit comments

Comments
 (0)