MCPcopy Create free account
hub / github.com/LHRLAB/ChatKBQA / get_model_class

Function get_model_class

config.py:218–219  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

216 return config, tokenizer, model
217
218def get_model_class(args):
219 return MODEL_TYPE_DICT[args.model_type]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected