Find answers from the community

Updated 3 months ago

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

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