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!

4 lines (2 loc) • 164 B
import { LlavaForConditionalGeneration } from '../llava/modeling_llava.js'; export class Mistral3ForConditionalGeneration extends LlavaForConditionalGeneration {}