External errors when working with models
Written by
Updated at January 23, 2025
See Error codes for the list of critical errors you may get when working with Foundation Models and their troubleshooting tips. Sometimes you may also get external errors related to the libraries in use.
gRPC shutdown timeout
Requests to the model may result in the following errors:
[E0000 00:00:1733492154.123700 97069859 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.
There errors are generated in the terminal when writing logs. The issue is caused by the grpcio==1.68.1
library
pip install grpcio==1.67.1