Yulong Wang
Yulong Wang
The following code failed with error `Cannot convert a BigInt value to a number` on 2 of my Windows11 machines. ``` adapter.requestDevice({ requiredLimits : { maxBufferSize: adapter.limits.maxBufferSize } }); ```...
usually `cpu` is faster than `wasm` in Node.js. however the best answer is to try both and check which one is faster in your application.
A few links are not available. should we fix them?
> > A few links are not available. should we fix them? > > Are you able to find the correct link for this 404? in build/web.html? > > [Windows...
could you please merge to latest main branch (which fixes the web CI)
@fanchenkong1 what is your full build commandline and platform? I ran into a problem related to https://github.com/google/XNNPACK/issues/8488 when I try to build with XNNPACK. ONNX Runtime handled this issue https://github.com/microsoft/onnxruntime/blob/main/cmake/external/abseil-cpp.cmake#L13-L21...
> @fs-eire, I noticed your fix has been merged into XNNPACK ([google/XNNPACK#8552](https://github.com/google/XNNPACK/pull/8552)). Do you have plans to upgrade the XNNPACK here soon? Once that’s done, I can rebase and verify...
Is that only on macOS or also windows?
After some investigation and code changes, I think [this PR](https://github.com/huggingface/transformers.js/pull/1161) should have fixed the export problems. I checked both `create-next-app` and `create-react-app`: - `create-next-app`: works, but need adding `serverExternalPackages: ["@huggingface/transformers"],`...
is there any disadvantage of appending "enable subgroups;" in a program that does not use subgroup feature?