File size: 382 Bytes
d9bb75c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed in accordance with
# the terms of the DINOv3 License Agreement.
from .config import (
DinoV3SetupArgs,
apply_scaling_rules_to_cfg,
exit_job,
get_cfg_from_args,
get_default_config,
setup_config,
setup_job,
setup_multidistillation,
write_config,
)
|