How to use Felladrin/onnx-gpt2-medium-chat with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'Felladrin/onnx-gpt2-medium-chat');
INT8 ONNX version of rwl4/gpt2-medium-chat to use with Transformers.js.