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) • 271 B
import { Qwen2_5_VLForConditionalGeneration, Qwen2_5_VLForCausalLM } from '../qwen2_5_vl/modeling_qwen2_5_vl.js'; export class Qwen3VLForConditionalGeneration extends Qwen2_5_VLForConditionalGeneration {} export class Qwen3VLForCausalLM extends Qwen2_5_VLForCausalLM {}