Skip to content
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

Logging into wandb.ai #11

Open
Afo92 opened this issue Aug 19, 2023 · 1 comment
Open

Logging into wandb.ai #11

Afo92 opened this issue Aug 19, 2023 · 1 comment

Comments

@Afo92
Copy link

Afo92 commented Aug 19, 2023

Hello!
the cell after"Load Datasets and Train" throw me a prompt to enter API details for wandb.ai. here is the message I get:

Failed to detect the name of this notebook, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable to enable code saving.
wandb: Logging into wandb.ai. (Learn how to deploy a W&B server locally: https://wandb.me/wandb-server)
wandb: You can find your API key in your browser here: https://wandb.ai/authorize
wandb: Paste an API key from your profile and hit enter, or press ctrl+c to quit:

I want to run everything locally, I already replace the codes that goes to openai, but i don't see where this wandb is call and how to avoid it!
Before I'm looking at (Learn how to deploy a W&B server locally: https://wandb.me/wandb-server) Can you help with directions on how to not use wandb?
thank you

@danieltanhx
Copy link

import os
os.environ[“WANDB_DISABLED”] = “true” will do the job
https://discuss.huggingface.co/t/how-to-turn-wandb-off-in-trainer/6237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants