(self, model_path: str)
| 1776 | return model, tokenizer |
| 1777 | |
| 1778 | def get_default_conv_template(self, model_path: str) -> Conversation: |
| 1779 | return get_conv_template("one_shot") |
| 1780 | |
| 1781 | |
| 1782 | class AquilaChatAdapter(BaseModelAdapter): |
no test coverage detected