Skip to content

Commit ebcf90f

Browse files
committed
remove unused kwargs
1 parent 315d12f commit ebcf90f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cnlpt/_cli/train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ def train(
380380
logging_strategy: LoggingStrategyArg = "epoch",
381381
logging_first_step: LoggingFirstStepArg = True,
382382
cache_dir: CacheDirArg = None,
383-
# --------------------- #
384-
**kwargs,
385383
):
386384
# TODO(ian): it's probably worth making this docstring pretty descriptive
387385
"""Run the cnlp_transformers training system."""

0 commit comments

Comments
 (0)