(model_path: str)
| 175 | |
| 176 | |
| 177 | def get_conversation_template(model_path: str) -> Conversation: |
| 178 | adapter = get_model_adapter(model_path) |
| 179 | return adapter.get_default_conv_template(model_path) |
| 180 | |
| 181 | |
| 182 | def add_model_args(parser): |
no test coverage detected