UNPKG

@huggingface/transformers

Version:

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

6 lines (4 loc) • 235 B
import { UltravoxModel } from '../ultravox/modeling_ultravox.js'; export class GraniteSpeechForConditionalGeneration extends UltravoxModel { forward_params = ['input_ids', 'attention_mask', 'input_features', 'past_key_values']; }