rojitdhakal

Results 9 comments of rojitdhakal

```js static async getInstance(progress_callback = null) { if (this.instance === null) { this.instance = pipeline(this.task, this.model, { quantized: this.quantized, progress_callback, }); } console.log("inside",this.instance) return this.instance; } ' ``` while consoling...

I just upgraded v2.6.1 again the same error persists??

![image](https://github.com/xenova/transformers.js/assets/114090313/2a170543-9f9e-4195-b514-e8ab15960d25)

![image](https://github.com/xenova/transformers.js/assets/114090313/335eee81-e61f-48e0-879c-88090f70391b)

OS: Windows 11 Browser: Chrome-117.0.5938.89 build tools: create-next-app

we are using next JS ? There is no any support Vite for next js apllication

I am facing this locally in development server without minification .

We are currently working in the private repo. We will share the repo later if required, need to prepare for that , but Now Here's the next config ```JS /**...

next-version:13.4.13 node-version:16.15.0 pnpm-version :7.23.0