[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
dd1a209777
commit
64d7e7897d
1 changed files with 1 additions and 2 deletions
|
|
@ -3062,8 +3062,7 @@ class UnslothTrainer:
|
|||
# large documents still works.
|
||||
vision_image_size = training_args.get("vision_image_size")
|
||||
deepseek_image_size = (
|
||||
640 if vision_image_size is None
|
||||
else int(vision_image_size)
|
||||
640 if vision_image_size is None else int(vision_image_size)
|
||||
)
|
||||
if vision_image_size is not None:
|
||||
logger.info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue