allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.42k stars 643 forks source link

delete datasets after call get_local_copy #1273

Open lolpa1n opened 1 month ago

lolpa1n commented 1 month ago

Hello, I started to understand datasets In clearml and would like to know, after I created the datasets, I call get_local_copy, train the model, for example, and after that I need to delete this local copy, how do I do this? rm -rf /root/.clearml/cache/storage_manager/datasets/* ? or is there some other correct way