-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to setting local file location on server side, how to delete local files there? #89
Comments
Luis Bergua commented: Thanks for writing in!
Best, |
First let me clarity the setting on my side.
I did not setting
I did not use artifact actually, these data are mainly just logged image data, so is it save I directly deleted these folders, for example delete |
Luis Bergua commented: Sorry for my late response and thanks for the explanation! After exploring this, I think that using the environment variable WANDB_DIR should work for you (I have checked that, after setting it, all my files are stored there). Here is the link to our documentation about environment variables. Could you check if setting this variable to Best, |
Hi Luis Bergua, I did the experiment:
the runs are stored on two locations:
you can see that setting WANDB_DIR only changed the file location for client side( where wandb sync files from), i.e. change from ./my-project/wandb to WANDA_DIR/wandb, but it did not change the server part,(where wandb sync files to) which is my problem here. I think maybe I need to reinstall wandb-local under |
Luis Bergua commented: Thanks for sharing your process! I have been able to investigate this in depth and, since you are using Best, |
Hi Luis Bergua:
I understand current behavior is expected, as I asked previously if it is possible to install wandb-local under my
Actually, I had used wandb public for a while, and I switch to wand-local due to the concern that I need log huge mounts of image data(mainly for debug purpose) and sending large mounts of images to remove server will be a bottleneck. |
Hey @wztdream when using the default
If you want to migrate the data from your existing volume to /home, you should run the following commands before starting a container with the bind mount:
We release new versions of the server ~every 2 weeks so you'll want to upgrade the server by running:
|
Oh, and to free up the disk space from the original docker volume after copying the files you can run |
@vanpelt I follow bellow steps:
and removed the old volume
Then:
localhost:8080 lead me to a sign up page, after sign up again(using same email and username as my old account), I can log in but there is You need a license for this instance of W&B Local I have no idea what is going on here |
WandB Internal User commented:
I understand current behavior is expected, as I asked previously if it is possible to install wandb-local under my
Actually, I had used wandb public for a while, and I switch to wand-local due to the concern that I need log huge mounts of image data(mainly for debug purpose) and sending large mounts of images to remove server will be a bottleneck. |
Update, after restart the computer I can see my previous license from Depolyer, So now the problem solved. Thank you all:) |
WandB Internal User commented: |
Hi,
I am using wandb-local, it is great. but during training my computer says my disk is full.
I checked the disc usage it shows my system hard drive is used up by wandb
I have a small hard disc only used for system files, but wandb used up this disc. I have a much larger hard disc to store other data exept system fiels, and mount it under /home folder, but wandb did not use it. So there are two questions need help:
The text was updated successfully, but these errors were encountered: