replicate-javascript icon indicating copy to clipboard operation
replicate-javascript copied to clipboard

Getting `Input type (c10::Half) and bias type (float) should be the same` error when calling `Replicate.run`

Open raulmabe-labhouse opened this issue 3 months ago • 2 comments

It was working all well, but suddenly this error is getting thrown at every request I send:

Prediction failed: Input type (c10::Half) and bias type (float) should be the same
    at Replicate.wait (/workspace/node_modules/replicate/index.js:379:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Replicate.run (/workspace/node_modules/replicate/index.js:154:18)

Version "replicate": "^0.28.1"

Let me know if I can provide with more info.

raulmabe-labhouse avatar Mar 12 '24 18:03 raulmabe-labhouse