MCPcopy
hub / github.com/facebookresearch/MetaCLIP / test_2_5B

Method test_2_5B

tests/config_test.py:17–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 assert config.output_dir.endswith(config_name)
16
17 def test_2_5B(self):
18 for config_name in ["b32_fullcc", "b16_fullcc", "l14_fullcc", "h14_fullcc"]:
19 config = search_config(config_name)
20 self.assertEqual(config.name, config_name)
21 assert config.output_dir.endswith(config_name)
22
23
24if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

search_configFunction · 0.90

Tested by

no test coverage detected