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!

5 lines (3 loc) • 248 B
import { Qwen3VLForConditionalGeneration } from '../qwen3_vl/modeling_qwen3_vl.js'; export class Qwen3_5ForConditionalGeneration extends Qwen3VLForConditionalGeneration {} export class Qwen3_5ForCausalLM extends Qwen3_5ForConditionalGeneration {}