(self, model_path: str)
| 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 | |
| 774 | class GoogleT5Adapter(BaseModelAdapter): |
nothing calls this directly
no test coverage detected