Anish Shah

Results 28 comments of Anish Shah

Hello @avm19, Thank you for bringing attention to this issue for us. Our engineers have been made aware and are looking into it. We will let you know when we...

Hey! I made changes based on your suggestions. How does this commit look? https://github.com/huggingface/diffusers/commit/be5d75bf8280993136440665b7b15c7ec0265dc9 @patrickvonplaten @patil-suraj @anton-l

Hello @patrickvonplaten! There seems to be a confusion. I linked a new commit that lives on a different branch: This being the commit: https://github.com/huggingface/diffusers/commit/be5d75bf8280993136440665b7b15c7ec0265dc9 before raising a new PR. I...

Hey, @patrickvonplaten there seems to be a miscommunication on my end. I added a new PR with a minimal implementation of metric tracking. We can later discuss what a more...

> an example notebook, or page in the docs/ecosystem folder, would be SUPER helpful for folks trying to get started! I have a link in the PR description to address...

I can also add `integration_tests`. Is there a recommended approach for usage with tracking tools that you prefer?

For brevity this an example of usage ``` wandb_callback = WandbCallbackHandler( job_type="inference", project="langchain_callback_demo2", group=f"minimal_{session_group}", name="llm", tags=["test"], ) manager = CallbackManager([StdOutCallbackHandler(), wandb_callback]) llm = OpenAI(temperature=0, callback_manager=manager, verbose=True) # SCENARIO 1 -...

There is a report here that shows the usage of the callback directly: https://wandb.ai/a-sh0ts/langchain_callback_demo/reports/Prompt-Engineering-LLMs-with-LangChain-and-W-B--VmlldzozNjk1NTUw#👋-how-to-build-a-callback-in-langchain-for-better-prompt-engineering

Hey @arkinyaara, thanks for noting this. Will work on it ASAP 🙌

Hello @andreimargeloiu and @collinmccarthy , Thank you for bringing this to our attention. Our engineers are aware of this issue regarding sweeps that has recently arisen and will be investigating...