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) • 168 B
import { Qwen2VLProcessor } from '../qwen2_vl/processing_qwen2_vl.js'; export class Glm46VProcessor extends Qwen2VLProcessor { static image_token = '<|image|>'; }