We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to run Upscaler locally using cog and once the image is built and container starts in docker getting the following errors:
RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
and
RuntimeError: "log_vml_cpu" not implemented for 'Half'
The container doesn't crash at that moment but once I make an API call the container crashes with the following error
"Invalid operation: state is WorkerState.STARTING (must be WorkerState.READY)"
Any idea how to fix it?
The text was updated successfully, but these errors were encountered:
I never had this bug. I always run it on Lambdalabs bc I have a Mac.
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to run Upscaler locally using cog and once the image is built and container starts in docker getting the following errors:
and
The container doesn't crash at that moment but once I make an API call the container crashes with the following error
Any idea how to fix it?
The text was updated successfully, but these errors were encountered: