GithubHelp home page GithubHelp logo

kldavis4 / local Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wandb/server

0.0 2.0 0.0 125 KB

W&B Local is the self hosted version of Weights & Biases

License: MIT License

JavaScript 20.29% HCL 78.29% Shell 1.42%

local's Introduction

W&B Local

W&B Local is the self hosted version of Weights & Biases.

Quickstart

On a machine with Docker and Python installed run the following commands to startup our server:

  1. pip install wandb --upgrade
  2. wandb local

This will start our server and forward port 8080 on the host. To have other machines report metrics to this server run: wandb login --host=http://X.X.X.X:8080. You can also configure other machines with the following environment variables:

WANDB_BASE_URL=http://X.X.X.X:8080
WANDB_API_KEY=XXXX

Docker

To run W&B local manually, you can use the following docker command:

docker run --rm -d -v wandb:/vol -p 8080:8080 --name wandb-local wandb/local

Production

By default this Docker container is not appropriate for production environments. You can email [email protected] to obtain a license that unlocks production features such as external MySQL, cloud storage, and SSO. This repository provides Terraform scripts for provisioning the wandb/local container in a production environment.

Documentation

More documentation about running wandb/local on your own servers can be found here.

local's People

Contributors

adrnswanberg avatar vanpelt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.