Closed
Description
Question
Are there steps documented anywhere for running V3 in your app? I'm trying to test it out via these steps:
- Pointing to the alpha in my
package.json
:"@huggingface/transformers": "^3.0.0-alpha.10",
npm i
cd node_modules/@hugginface/transformers && npm i
- copy the webpack.config.js from the repo into the node_modules/@hugginface/transformers dir.
npm run build
in node_modules/@hugginface/transformers dir.
I then run my app, and get the following error:
ERROR in ../../node_modules/@huggingface/transformers/dist/transformers.js 42256:34-64
Module not found: Error: Can't resolve './' in '/node_modules/@huggingface/transformers/dist'
webpack compiled with 1 error
Thanks, I'm excited to test out the latest and greatest!