transformers.js
transformers.js copied to clipboard
Can GPU acceleration be used when using this library in a node.js environment?
Question
Hello, I have looked into the GPU support related issue, but all mentioned content is related to webGPU. May I ask if GPU acceleration in the node.js environment is already supported? Refer: https://github.com/microsoft/onnxruntime/tree/main/js/node
Adding another vote for this! I use transformers.js in an Electron app which does depth estimation and would love to have GPU acceleration in it.
+1 error: Unsupported device: "gpu". Should be one of: cpu.