MCPcopy
hub / github.com/microsoft/Cream / list_models

Function list_models

TinyCLIP/src/open_clip/factory.py:214–216  ·  view source on GitHub ↗

enumerate available model architectures based on config files

()

Source from the content-addressed store, hash-verified

212
213
214def list_models():
215 """ enumerate available model architectures based on config files """
216 return list(_MODEL_CONFIGS.keys())
217
218
219def add_model_config(path):

Callers 1

create_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected