A user is getting a time out error. Is this becaus...
# support
t
A user is getting a time out error. Is this because they have too many fine tune steps? Thanks so much! Error
Copy code
ERROR:nixtla.nixtla_client:Attempt 1 failed with error: The read operation timed out
ERROR:nixtla.nixtla_client:Attempt 2 failed with error: The read operation timed out
Code
1
c
yes, almost sure it is the finetune streps. With v2 they can use the
timeout
parameter of the
NixtlaClient
to control the limit (from the SDK side). There are still other limits in place from the API that can't be increased.
🙏 1