wandb / server

W&B Server is the self hosted version of Weights & Biases
MIT License
262 stars 21 forks source link

How to enable external file storage? #131

Closed ericxsun closed 10 months ago

ericxsun commented 1 year ago

I start wandb local, and with a valid license(single user) configured. But I cannot enable Use an external file storage backend.

image

Can anyone explain or help me? Thanks very much.

sydholl commented 1 year ago

Joana Marie commented: Request #53198 "[Local (Wandb Server)] How to en..." was closed and merged into this request. Last comment in request #53198:

I start wandb local, and with a valid license(single user) configured. But I cannot enable Use an external file storage backend.

image

Can anyone explain or help me? Thanks very much.

JoanaMarieL commented 1 year ago

Hello @ericxsun ,

To enable the 'Use an external file storage backend' feature, you need to navigate to the W&B settings page at http(s)://YOUR-W&B-SERVER-HOST/system-admin. Here, you can enable the option and provide the necessary information about your storage bucket, region, and notification subscription.

For Amazon S3, the format is as follows:

For Google Cloud Storage, the format is:

After providing the necessary information, select Update settings to apply the new settings.

You can also go through with our install guides here: for google: https://docs.wandb.ai/guides/hosting/how-to-guides/gcp-tf#configure-wb-server for aws: https://docs.wandb.ai/guides/hosting/how-to-guides/aws-tf#configure-wb-server

ericxsun commented 1 year ago

Thank you @JoanaMarieL . Actually, I'm on the page: http://host/ystem-admin, I can only enable/disable

The Use an external file storage backend button is disabled, I cannot enable it by click.

image
MBakirWB commented 1 year ago

Hi @ericxsun, for personal users our free deployment license does not allow for Cloud Storage Buckets, and for a single deployment on your machine. These elevated features are only available for our enterprise level users. Let me know if you have any questions.

Screenshot 2023-10-27 at 10 39 56 AM image

ericxsun commented 1 year ago

Okay, I got it. Thanks a lot. @MBakirWB