How to use Mozilla/distilvit with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-to-text', 'Mozilla/distilvit');
· Sign up or log in to comment