MCPcopy
hub / github.com/lm-sys/FastChat / get_default_conv_template

Method get_default_conv_template

fastchat/model/model_adapter.py:770–771  ·  view source on GitHub ↗
(self, model_path: str)

Source from the content-addressed store, hash-verified

768 return model, tokenizer
769
770 def get_default_conv_template(self, model_path: str) -> Conversation:
771 return get_conv_template("vicuna_v1.1")
772
773
774class GoogleT5Adapter(BaseModelAdapter):

Callers

nothing calls this directly

Calls 1

get_conv_templateFunction · 0.90

Tested by

no test coverage detected