TypeScript Error: ‘quantized’ property not recognized in Pipeline configuration when initializing LLaMA model with Transformers.js
I’m encountering a TypeScript error while trying to initialize a LLaMA model with quantization enabled using Transformers.js. The compiler is throwing an error indicating that the ‘quantized’ property isn’t recognized in the Pipeline configuration.