
I use the wandb API in jupyter notebook. but I cannot find the command that turn off the locally artifact saving. I just want to save the artifacts only on the wandb online.

I use the wandb API in jupyter notebook. but I cannot find the command that turn off the locally artifact saving. I just want to save the artifacts only on the wandb online.
Hi @bhkim003 , thanks for reaching out with your question. Currently is not possible to disable storing local runs’ files, however you can run the command:
wandb sync --clean --clean-old-hours 0
To delete all the local Runs’ data for synced runs.
I’d also be happy to raise a feature request to automatically delete local data once the run is synced. Would you like sharing any additional information on your use case for this?
Thank you for your response!
You are welcome! I will mark this as resolved now. Please feel free to reopen if you have any further questions.