Find answers from the community

Updated 6 months ago

https://docs.llamaindex.ai/en/stable/

At a glance

The community member is asking if there is a way to specify which account (personal or team) should be used to log runs using the Weights & Biases (wandb) callback handler. Another community member suggests that the run_args parameter in the callback handler might be where the account can be set, as it is passed to wandb.init(**run_args). However, there is no explicitly marked answer in the comments.

Useful resources
https://docs.llamaindex.ai/en/stable/examples/callbacks/WandbCallbackHandler.html

Is there a way for me to specify under which account that the runs should be logged using wandb? I have my personal account and a team account
L
1 comment
I think you need to set run_args in the callback handler

This gets passed to wandb.init(**run_args) which I think is where you might set the account?
Add a reply
Sign up and join the conversation on Discord