We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824e2f1 commit b452e0fCopy full SHA for b452e0f
src/models.js
@@ -7115,6 +7115,8 @@ export class UltravoxModel extends UltravoxPreTrainedModel {
7115
}
7116
//////////////////////////////////////////////////
7117
7118
+//////////////////////////////////////////////////
7119
+// Mimi models
7120
export class MimiPreTrainedModel extends PreTrainedModel {
7121
main_input_name = 'input_values';
7122
forward_params = ['input_values'];
@@ -7186,6 +7188,7 @@ export class MimiDecoderModel extends MimiPreTrainedModel {
7186
7188
});
7187
7189
7190
7191
7192
7193
7194
// AutoModels, used to simplify construction of PreTrainedModels
0 commit comments