Unanswered
Hey, I Have Pipeline From Code, But Have Problem With Caching. Actually Clearml Didn'T Cache Already Executed Steps (Tried To Re-Run Pipeline From Web-Ui). Did I Miss Something?
@<1702492411105644544:profile|YummyGrasshopper29> you could try adding the directory you are starting the pipeline with to the python path. then you would run the pipeline like this:
PYTHONPATH="${PYTHONPATH}:/path/to/pipeline_dir" python my_pipeline.py
46 Views
0
Answers
3 months ago
3 months ago