You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I runpnpm build to build my project to production but it kept throwing this error. I've tried downgrading the version of @huggingface/transformers package to v3.0.0 and v3.0.2 but I can't even get the model to run at all.
Information
The official example scripts
My own modified scripts
Tasks
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
Here are the steps needed to reproduce the error
Set up a simple nextjs app
pnpm install @huggingface/transformers
run pnpm build
Expected behavior
The expected behavior is to be able to successfully build the nextjs application so that I can host it and allow users to use my app
The text was updated successfully, but these errors were encountered:
System Info
Operating System: MacOS Sequoia 15.2
Hardware: M1 Macbook Pro
Who can help?
@zucchini-nlp @muellerzr
I get this error when I run
pnpm build
to build my project to production but it kept throwing this error. I've tried downgrading the version of @huggingface/transformers package to v3.0.0 and v3.0.2 but I can't even get the model to run at all.Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Here are the steps needed to reproduce the error
pnpm build
Expected behavior
The expected behavior is to be able to successfully build the nextjs application so that I can host it and allow users to use my app
The text was updated successfully, but these errors were encountered: