You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the destination for the training is being lost after sending to replicate server, so suspect this is causing the failure to create the training image.
I am using a local clone of the replicate-python library for debugging.
In "training.py" I have a trace to see what is sent to the server as the training request body. Output is:
Activity
balmoral commentedon Oct 7, 2024
Here's some info which I hope helps.
It appears the destination for the training is being lost after sending to replicate server, so suspect this is causing the failure to create the training image.
I am using a local clone of the replicate-python library for debugging.
In "training.py" I have a trace to see what is sent to the server as the training request body. Output is:
So destination is definitely being sent.
And the model exists (checked before creating the training in my code, and also visually checked on web).
When retrieving the training in our code, the destination is None.
Also the JSON reported for the training on web at https://replicate.com/p/1nyf5jmwm1rgp0cjckjssqn8cw is also missing destination:
Thanks for your assistance