test_config
¶
CPU-only unit tests for :func:load_run_config.
Classes¶
Functions¶
fastvideo.tests.train.utils.test_config.test_hsdp_shard_dim_defaults_to_num_gpus
¶
test_hsdp_shard_dim_defaults_to_num_gpus(tmp_path: Path) -> None
When unset, hsdp_shard_dim and sp_size fall back to num_gpus.
Source code in fastvideo/tests/train/utils/test_config.py
fastvideo.tests.train.utils.test_config.test_overrides_create_intermediate_keys
¶
test_overrides_create_intermediate_keys(tmp_path: Path) -> None
Overrides into a nested key absent from YAML should still apply.