superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[INTEGRATION] Artifact error

Open fnikolai opened this issue 1 year ago • 2 comments

sandbox-example.ipynb returns

FileNotFoundError: [Errno 2] No such file or directory: './models/7d78b3e35db94de195ece4634cc7c389'

fnikolai avatar Jan 19 '24 11:01 fnikolai

This is caused by the paths not being propagated from notebooks to workers.

One solution is to define the paths everywhere are environment variables. The other solution is rely on ray's own mechanism for propagation of those variables.

In all cases, the artifact store must be a shared storage.

fnikolai avatar Jan 30 '24 13:01 fnikolai

I get this error after deleting all data files from the artifacts folder, then running examples .ipynb.

makkarss929 avatar Mar 25 '24 21:03 makkarss929